From ab7ceaebba57b63d1c52ce7bdca16f4cae554b52 Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 30 Mar 2021 23:47:26 +0100 Subject: [PATCH] fixed typo --- src/js/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;