[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-12-22 09:20:48 +00:00 committed by GitHub
parent bc523616ae
commit 98663d4c59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class ForgotPasswordCheckApi(Resource):
if not isinstance(token_email, str):
raise InvalidEmailError()
normalized_token_email = token_email.lower()
if user_email != normalized_token_email:
raise InvalidEmailError()