Smoot login

This commit is contained in:
MartinBraquet
2025-09-11 13:59:23 +02:00
parent 091c99e784
commit a0e25c941a

View File

@@ -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';