forked from open-webui/open-webui
		
	chore: python formatting
This commit is contained in:
		
							parent
							
								
									150152ddbd
								
							
						
					
					
						commit
						0e3b7a11e3
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -122,8 +122,7 @@ class AuthsTable: | |||
|         except: | ||||
|             return None | ||||
| 
 | ||||
|     def authenticate_user_by_trusted_header(self, | ||||
|                                             email: str) -> Optional[UserModel]: | ||||
|     def authenticate_user_by_trusted_header(self, email: str) -> Optional[UserModel]: | ||||
|         log.info(f"authenticate_user_by_trusted_header: {email}") | ||||
|         try: | ||||
|             auth = Auth.get(Auth.email == email, Auth.active == True) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jun Siang Cheah
						Jun Siang Cheah