From 47f3c6776914faaeadc258fe3582f49f32dcaa4d Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 8 Jun 2020 19:51:13 +0100 Subject: [PATCH] removed signed in notification completely --- public/js/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/account.js b/public/js/account.js index f2fa5cb3f..97fb88574 100644 --- a/public/js/account.js +++ b/public/js/account.js @@ -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();