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
Branches
No related tags found
No related merge requests found
......@@ -170,6 +170,7 @@
},
/** Login process . sending user credential */
handleLogin() {
this.showForgottenPasswordSubmitSuccessMsg = false;
let This = this;
this.$root.sharedState.uuid = '';
......@@ -263,6 +264,7 @@
}
},
handleLogout() {
this.showForgottenPasswordSubmitSuccessMsg = false;
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 */
this.removeStoredData();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment