mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-12 17:14:18 -04:00
Smoot login
This commit is contained in:
@@ -64,6 +64,10 @@ function RegisterComponent() {
|
||||
setError(null);
|
||||
try {
|
||||
const creds = await firebaseLogin();
|
||||
if (creds){
|
||||
setIsLoading(true)
|
||||
setIsLoadingGoogle(true);
|
||||
}
|
||||
} catch (error) {
|
||||
console.error("Error signing in:", error);
|
||||
const message = 'Failed to sign in with Google';
|
||||
|
||||
Reference in New Issue
Block a user