mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-25 01:51:37 -04:00
Fix
This commit is contained in:
@@ -112,7 +112,7 @@ export default function SignupPage() {
|
||||
await auth.currentUser?.getIdToken(true) // true = force refresh
|
||||
|
||||
// Just to be sure everything is in the db before the server calls in profile props
|
||||
if (IS_DEPLOYED) await sleep(3000)
|
||||
if (IS_DEPLOYED) await sleep(5000)
|
||||
|
||||
router.push(`/${result.user.username}?fromSignup=true`)
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user