mirror of
https://github.com/mempool/mempool.git
synced 2025-09-30 18:43:03 +02:00
Merge pull request #5749 from mempool/nymkappa/fido
This commit is contained in:
@@ -58,6 +58,7 @@ export class AuthServiceMempool {
|
|||||||
setAuth(auth: any) {
|
setAuth(auth: any) {
|
||||||
if (!auth) {
|
if (!auth) {
|
||||||
localStorage.removeItem('auth');
|
localStorage.removeItem('auth');
|
||||||
|
localStorage.removeItem('authenticatorStatus');
|
||||||
} else {
|
} else {
|
||||||
localStorage.setItem('auth', JSON.stringify(auth));
|
localStorage.setItem('auth', JSON.stringify(auth));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user