mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
fixed typo
This commit is contained in:
parent
34c0d52f62
commit
ab7ceaebba
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue