Fix FirebaseUI login bug

Credential helper was incorrectly accessed for FirebaseUI config
This commit is contained in:
2021-09-01 17:44:07 +01:00
parent 7bf74ab7e8
commit e2a3f6ef39

View File

@@ -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,
}, },