mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 05:43:47 +08:00
not showing notification
This commit is contained in:
parent
b94787ad5f
commit
50225c00d7
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue