We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091c99e commit a0e25c9Copy full SHA for a0e25c9
web/pages/signin.tsx
@@ -64,6 +64,10 @@ function RegisterComponent() {
64
setError(null);
65
try {
66
const creds = await firebaseLogin();
67
+ if (creds){
68
+ setIsLoading(true)
69
+ setIsLoadingGoogle(true);
70
+ }
71
} catch (error) {
72
console.error("Error signing in:", error);
73
const message = 'Failed to sign in with Google';
0 commit comments