From 571c59a4c9efee741f03d1050b4cd1c70b7de579 Mon Sep 17 00:00:00 2001 From: xingc Date: Mon, 21 Apr 2025 22:47:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(auth):=20=E5=8E=BB=E9=99=A4=E6=B3=A8?= =?UTF-8?q?=E5=86=8C=E5=86=99=E5=85=A5`gender`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/routers/auth/routes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/routers/auth/routes.py b/core/routers/auth/routes.py index aafa112..ea900a3 100644 --- a/core/routers/auth/routes.py +++ b/core/routers/auth/routes.py @@ -93,7 +93,6 @@ async def wechat_login( user: User | bool = await db_crud.create( data={ 'nickname': payload.nickname, - 'gender': None, 'wechat_openid': openid, 'wechat_union_id': union_id, 'phone': payload.phone,