not showing notification

This commit is contained in:
Jack 2020-08-07 21:38:51 +01:00
parent b94787ad5f
commit 50225c00d7

View file

@ -234,7 +234,7 @@ firebase.auth().onAuthStateChanged(function (user) {
dbConfigLoaded = true;
accountIconLoading(false);
applyConfig(dbSnapshot.config);
showNotification('Applying db config',3000);
// showNotification('Applying db config',3000);
updateSettingsPage();
saveConfigToCookie(true);
} else if (dbSnapshot.config !== undefined) {