mirror of
https://github.com/kevin-DL/commander_league_web.git
synced 2026-01-11 18:14:27 +00:00
Basic Profile page
This commit is contained in:
@@ -23,7 +23,7 @@ const firebaseAuthConfig = {
|
||||
provider: firebase.auth.GoogleAuthProvider.PROVIDER_ID,
|
||||
},
|
||||
],
|
||||
signInSuccessUrl: "/",
|
||||
signInSuccessUrl: "/profile",
|
||||
credentialHelper: "none",
|
||||
callbacks: {
|
||||
signInSuccessWithAuthResult: async ({ user }, redirectUrl) => {
|
||||
|
||||
Reference in New Issue
Block a user