This commit is contained in:
2026-03-31 10:23:49 +05:30
parent f488400c6d
commit cfecfa5116
8 changed files with 21 additions and 23 deletions

View File

@@ -28,7 +28,7 @@ export default function LoginPage() {
}
}
if (loading) {
if (loading || signingIn) {
return <PageLoader />
}