mirror of
https://github.com/mempool/mempool.git
synced 2025-04-23 06:55:09 +02:00
Merge pull request #5256 from mempool/nymkappa/more-auth-fix
[auth] more auth fixes
This commit is contained in:
commit
8028d80ab8
@ -44,7 +44,10 @@ export class AuthServiceMempool {
|
||||
map((user) => {
|
||||
return user;
|
||||
}),
|
||||
catchError(() => of(null)),
|
||||
catchError(() => {
|
||||
this.setAuth(null);
|
||||
return of(null);
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user