diff --git a/src/js/account.js b/src/js/account.js index 6462fac34..8742ec545 100644 --- a/src/js/account.js +++ b/src/js/account.js @@ -136,7 +136,7 @@ firebase.auth().onAuthStateChanged(function (user) { `

Your account is not verified. Click here to resend the verification email.` ); } - AccountButton.updateAccountLoginButton(); + AccountButton.update(); AccountButton.loading(true); getAccountDataAndInit(); var displayName = user.displayName;