[auth] more auth fixes
This commit is contained in:
		
							parent
							
								
									63cb6c3804
								
							
						
					
					
						commit
						c6b2db9282
					
				| @ -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