Skip to content
Snippets Groups Projects
Commit 7022cffd authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Hide forgotten password message after use

parent 4c4fa1d0
No related branches found
No related tags found
No related merge requests found
...@@ -170,6 +170,7 @@ ...@@ -170,6 +170,7 @@
}, },
/** Login process . sending user credential */ /** Login process . sending user credential */
handleLogin() { handleLogin() {
this.showForgottenPasswordSubmitSuccessMsg = false;
let This = this; let This = this;
this.$root.sharedState.uuid = ''; this.$root.sharedState.uuid = '';
...@@ -263,6 +264,7 @@ ...@@ -263,6 +264,7 @@
} }
}, },
handleLogout() { handleLogout() {
this.showForgottenPasswordSubmitSuccessMsg = false;
this.$root.sharedState.uuid = ''; // remove global uuid for other (e.g. menu items etc) this.$root.sharedState.uuid = ''; // remove global uuid for other (e.g. menu items etc)
/** Remove stored data from app in local system - server data still preserve */ /** Remove stored data from app in local system - server data still preserve */
this.removeStoredData(); this.removeStoredData();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment