mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-01-25 22:28:27 -05:00
Reload page after sign up
This commit is contained in:
@@ -35,7 +35,7 @@ async function getProfile(userId: string) {
|
||||
profile = await getProfileRow(userId, db)
|
||||
if (i > 0) await sleep(500)
|
||||
i++
|
||||
if (i >= 8) {
|
||||
if (i >= 40) {
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user