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

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