Skip to content

Commit

Permalink
feat: logInWithGoogle implement
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisParedes1 committed Sep 21, 2023
1 parent 86a4ac8 commit 273b371
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/screens/login/firebase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ const registerWithEmailAndPassword = async (
// authProvider: 'local',
// email,
// });

// Post to identity-socializer para el userCred
} catch (err) {
console.error(err);
}
Expand Down

0 comments on commit 273b371

Please sign in to comment.