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(