fixed typo

This commit is contained in:
Jack 2021-03-30 23:47:26 +01:00
parent 34c0d52f62
commit ab7ceaebba

View file

@ -136,7 +136,7 @@ firebase.auth().onAuthStateChanged(function (user) {
`<p class="accountVerificatinNotice" style="text-align:center">Your account is not verified. Click <a onClick="sendVerificationEmail()">here</a> to resend the verification email.`
);
}
AccountButton.updateAccountLoginButton();
AccountButton.update();
AccountButton.loading(true);
getAccountDataAndInit();
var displayName = user.displayName;