Wait for 5 sec after profile creation

This commit is contained in:
MartinBraquet
2026-01-15 19:52:01 +01:00
parent e2d78722d8
commit a4675246b2

View File

@@ -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...")