From 85c41836868821ffe007f2e15e4cd15db2ae4cfd Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Mon, 17 Nov 2025 12:43:44 +0800 Subject: [PATCH] Code format. --- api/apps/user_app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/apps/user_app.py b/api/apps/user_app.py index c051f7ccc..71edeee27 100644 --- a/api/apps/user_app.py +++ b/api/apps/user_app.py @@ -125,6 +125,7 @@ async def login(): user.update_date = (datetime_format(datetime.now()),) user.save() msg = "Welcome back!" + return await construct_response(data=response_data, auth=user.get_id(), message=msg) else: return get_json_result(