mirror of
https://github.com/mempool/mempool.git
synced 2025-04-03 09:28:31 +02:00
Merge pull request #5749 from mempool/nymkappa/fido
This commit is contained in:
commit
a79c165b30
@ -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));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user