Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouhaoJiang committed Sep 14, 2024
1 parent 3e83be9 commit b529ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/controllers/console/auth/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
code = 400

0 comments on commit b529ba9

Please sign in to comment.