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",
|
"microsoft.com",
|
||||||
props.firebase.auth.EmailAuthProvider.PROVIDER_ID
|
props.firebase.auth.EmailAuthProvider.PROVIDER_ID
|
||||||
],
|
],
|
||||||
credentialHelper: props.firebase.auth.CredentialHelper.GOOGLE_YOLO,
|
|
||||||
callbacks: {
|
callbacks: {
|
||||||
signInSuccessWithAuthResult: () => false,
|
signInSuccessWithAuthResult: () => false,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user