Reload page after sign up

This commit is contained in:
MartinBraquet
2026-01-15 20:22:34 +01:00
parent bc66c0334a
commit 7622e864cb

View File

@@ -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
}
}