Skip to content
Snippets Groups Projects
Commit 7124e7ce authored by Gospodin Bodurov's avatar Gospodin Bodurov
Browse files

Merge branch '620-registration-after-identity-is-locked-2' into 'master'

Remove blockFinishTime from local storage in destroyIdentityFromLocalStorage

Closes dashboard#620

See merge request !64
parents 9bab856f f0e11f18
Branches revert-8616dd90
No related tags found
1 merge request!64Remove blockFinishTime from local storage in destroyIdentityFromLocalStorage
......@@ -82,6 +82,7 @@ export function destroyIdentityFromLocalStorage(key) {
localStorage.removeItem(key);
localStorage.removeItem("profiles/" + key);
localStorage.removeItem("colors/" + key);
localStorage.removeItem("blockFinishTime");
let serializedIdentitiesList = localStorage.getItem("identities");
......
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