From bca43f3bd1968a1be5a805e15d533e774793b0a0 Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Wed, 26 Mar 2025 19:29:55 +0000 Subject: [PATCH] feat: Update endpoint login --- endpoints/login.post.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/endpoints/login.post.py b/endpoints/login.post.py index c9cebe6..4606007 100644 --- a/endpoints/login.post.py +++ b/endpoints/login.post.py @@ -1,6 +1,4 @@ -# Entity: User -```python from fastapi import APIRouter, Depends, HTTPException, status from fastapi.security import OAuth2PasswordRequestForm from sqlalchemy.orm import Session @@ -32,4 +30,3 @@ async def login( "token_type": "bearer", "user": user } -``` \ No newline at end of file