mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
removed signed in notification completely
This commit is contained in:
parent
24863a40d1
commit
47f3c67769
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ firebase.auth().onAuthStateChanged(function(user) {
|
|||
var isAnonymous = user.isAnonymous;
|
||||
var uid = user.uid;
|
||||
var providerData = user.providerData;
|
||||
showNotification('Signed in', 1000);
|
||||
// showNotification('Signed in', 1000);
|
||||
$(".pageLogin .preloader").addClass('hidden');
|
||||
updateAccountLoginButton();
|
||||
verifyUsername();
|
||||
|
|
Loading…
Reference in a new issue