From 67cb0519dbc8bd4c8c95c1bb349cf4c12186e05f Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Wed, 16 Apr 2025 18:06:05 +0000 Subject: [PATCH] feat: Update endpoint login --- endpoints/login.post.py | 1 - 1 file changed, 1 deletion(-) diff --git a/endpoints/login.post.py b/endpoints/login.post.py index a8ab4aa..29a8c52 100644 --- a/endpoints/login.post.py +++ b/endpoints/login.post.py @@ -7,7 +7,6 @@ from core.auth import verify_password, create_access_token from models.user import User router = APIRouter() - class UserAuth(BaseModel): username: str password: str