mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-05 06:54:36 +08:00
missing semicolor
This commit is contained in:
parent
918df865da
commit
95279adbc0
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ firebase.auth().onAuthStateChanged(function(user) {
|
|||
var providerData = user.providerData;
|
||||
showNotification('Signed in', 2000);
|
||||
$(".pageLogin .preloader").addClass('hidden');
|
||||
updateAccountLoginButton()
|
||||
updateAccountLoginButton();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue