mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 21:51:29 +08:00
removed db snapshot when signing out
This commit is contained in:
parent
f887861966
commit
b36751e8d4
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