mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-02-19 00:36:59 +08:00
removed db snapshot when signing out
This commit is contained in:
parent
16a0af970c
commit
0a7efed29e
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ function signOut() {
|
|||
showNotification("Signed out", 2000);
|
||||
updateAccountLoginButton();
|
||||
changePage('login');
|
||||
dbSnapshot = null;
|
||||
}).catch(function(error) {
|
||||
showNotification(error.message, 5000);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue