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) => {
|
map((user) => {
|
||||||
return user;
|
return user;
|
||||||
}),
|
}),
|
||||||
catchError(() => of(null)),
|
catchError(() => {
|
||||||
|
this.setAuth(null);
|
||||||
|
return of(null);
|
||||||
|
}),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user