From b529ba9c4514860cdfb7e068638df920542c1244 Mon Sep 17 00:00:00 2001 From: Joe <1264204425@qq.com> Date: Sat, 14 Sep 2024 16:58:26 +0800 Subject: [PATCH] chore: format --- api/controllers/console/auth/error.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controllers/console/auth/error.py b/api/controllers/console/auth/error.py index 3c1daebf71..d3e7a14506 100644 --- a/api/controllers/console/auth/error.py +++ b/api/controllers/console/auth/error.py @@ -40,4 +40,4 @@ class EmailCodeError(BaseHTTPException): class EmailOrPasswordMismatchError(BaseHTTPException): error_code = "email_or_password_mismatch" description = "The email or password is mismatched." - code = 400 \ No newline at end of file + code = 400