From e80ffb7f9be04226d2a6ea9566612b06df85e580 Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期三, 13 十一月 2024 17:58:14 +0800
Subject: [PATCH] 参数修改
---
app/api/auth.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/app/api/auth.py b/app/api/auth.py
index 860fca7..0011ee9 100644
--- a/app/api/auth.py
+++ b/app/api/auth.py
@@ -77,6 +77,7 @@
"token_type": "bearer",
"username": user.username,
"nickname": "",
+ "user": user.to_json()
})
--
Gitblit v1.8.0