Fix FirebaseUI login bug
Credential helper was incorrectly accessed for FirebaseUI config
This commit is contained in:
@@ -19,7 +19,6 @@ export default function Login(props) {
|
||||
"microsoft.com",
|
||||
props.firebase.auth.EmailAuthProvider.PROVIDER_ID
|
||||
],
|
||||
credentialHelper: props.firebase.auth.CredentialHelper.GOOGLE_YOLO,
|
||||
callbacks: {
|
||||
signInSuccessWithAuthResult: () => false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user