From 4a417107af0f685b2bbbc2e4c811fac512f38dac Mon Sep 17 00:00:00 2001 From: cxykevin Date: Tue, 20 Aug 2024 22:11:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=93=BE=E6=8E=A5=E5=8F=AA?= =?UTF-8?q?=E5=85=81=E8=AE=B8=E7=82=B9=E4=B8=80=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/main.py b/server/main.py index d70b99f..bd64d40 100644 --- a/server/main.py +++ b/server/main.py @@ -179,6 +179,7 @@ async def resetpasswd(uid: str, response: Response): tkn = uuid.uuid4().hex apikeys[tkn] = tokens[tokennow] response.set_cookie("session", tokennow) + del emails[uid] return '正在跳转正在跳转'