Skip to content

Commit a0e25c9

Browse files
committed
Smoot login
1 parent 091c99e commit a0e25c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/pages/signin.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ function RegisterComponent() {
6464
setError(null);
6565
try {
6666
const creds = await firebaseLogin();
67+
if (creds){
68+
setIsLoading(true)
69+
setIsLoadingGoogle(true);
70+
}
6771
} catch (error) {
6872
console.error("Error signing in:", error);
6973
const message = 'Failed to sign in with Google';

0 commit comments

Comments
 (0)