Skip to content
Snippets Groups Projects
Commit d21982fe authored by Chris Hines's avatar Chris Hines
Browse files

remove keys from sessionStorage when logging out

parent 375fc8cb
No related branches found
No related tags found
2 merge requests!114Revert "Add MLeRP Monash",!113Revert "Add MLeRP Monash"
Pipeline #100078 passed
......@@ -331,6 +331,7 @@ public getKeys(id?: Identity): KeyCert[] {
}
public logout(): Observable<any> {
sessionStorage.removeItem('keys');
return this.killAgent();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment