removed db snapshot when signing out

This commit is contained in:
Jack 2020-05-15 04:11:05 +01:00
parent f887861966
commit b36751e8d4

View file

@ -100,6 +100,7 @@ function signOut() {
showNotification("Signed out", 2000);
updateAccountLoginButton();
changePage('login');
dbSnapshot = null;
}).catch(function(error) {
showNotification(error.message, 5000);
});