From 2999d083665c37a38378980f77c72f55b3133088 Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Thu, 20 Mar 2025 10:11:31 +0000 Subject: [PATCH] feat: Update endpoint login --- endpoints/login.post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/login.post.py b/endpoints/login.post.py index df5aa08..cdfb28e 100644 --- a/endpoints/login.post.py +++ b/endpoints/login.post.py @@ -15,7 +15,7 @@ async def login_demo( raise HTTPException(status_code=400, detail="Invalid credentials") return { - "message": "Login successful (demo)", + "message": "Login successful", "user": username, "token": "dummy_jwt_token_123", "features": {