Merge pull request #5749 from mempool/nymkappa/fido

This commit is contained in:
wiz 2025-01-23 22:44:00 +09:00 committed by GitHub
commit a79c165b30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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));
}