mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-26 02:21:06 -04:00
Wait for 5 sec after profile creation
This commit is contained in:
@@ -146,7 +146,7 @@ export const OptionalProfileUserForm = (props: {
|
||||
i++
|
||||
}
|
||||
if (profile) {
|
||||
await sleep(1000)
|
||||
await sleep(5000)
|
||||
router.push(`/${user.username}${fromSignup ? '?fromSignup=true' : ''}`)
|
||||
} else {
|
||||
console.log("Profile not found after fetching, going back home...")
|
||||
|
||||
Reference in New Issue
Block a user