forked from open-webui/open-webui
		
	feat: auth error handling
This commit is contained in:
		
							parent
							
								
									6a2c1600f5
								
							
						
					
					
						commit
						a2e74c59b9
					
				
					 4 changed files with 31 additions and 15 deletions
				
			
		| 
						 | 
				
			
			@ -330,7 +330,7 @@
 | 
			
		|||
								/>
 | 
			
		||||
							{:else}
 | 
			
		||||
								<img
 | 
			
		||||
									src={$user.profile_image_url}
 | 
			
		||||
									src={$user ? $user.profile_image_url : '/user.png'}
 | 
			
		||||
									class=" max-w-[28px] object-cover rounded-full"
 | 
			
		||||
									alt="User profile"
 | 
			
		||||
								/>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue