File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ const handleVectorizeConnectDropbox = async () => {
145
145
} ) ;
146
146
147
147
// Generate random user ID for demo purposes
148
- const randomUserId = "newVectorizeUser" + Math . floor ( Math . random ( ) * 1000 ) ;
148
+ const randomUserId = "newVectorizeUser" + Math . floor ( Math . random ( ) * 10000 ) ;
149
149
setVectorizeUserId ( randomUserId ) ;
150
150
151
151
// Get one-time token from API
@@ -322,7 +322,7 @@ const handleVectorizeRemoveUser = async () => {
322
322
setRefreshToken ( refreshToken ) ;
323
323
324
324
// Generate random user ID for demo purposes if none exists
325
- const newUserId = userId || "newWhiteLabelUser" + Math . floor ( Math . random ( ) * 1000 ) ;
325
+ const newUserId = userId || "newWhiteLabelUser" + Math . floor ( Math . random ( ) * 10000 ) ;
326
326
setUserId ( newUserId ) ;
327
327
328
328
// Use the manage-oauth-user endpoint instead of add-oauth-user
You can’t perform that action at this time.
0 commit comments