mirror of
https://github.com/mempool/mempool.git
synced 2025-09-26 15:56:22 +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) {
|
||||
if (!auth) {
|
||||
localStorage.removeItem('auth');
|
||||
localStorage.removeItem('authenticatorStatus');
|
||||
} else {
|
||||
localStorage.setItem('auth', JSON.stringify(auth));
|
||||
}
|
||||
|
Reference in New Issue
Block a user