crappy
This commit is contained in:
		
							
								
								
									
										6
									
								
								schemas/auth/responses.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								schemas/auth/responses.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
from pydantic import BaseModel
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class AuthLoginResponse(BaseModel):
 | 
			
		||||
    jwt_token: str
 | 
			
		||||
    ok: bool
 | 
			
		||||
		Reference in New Issue
	
	Block a user