mirror of https://github.com/langgenius/dify.git
[autofix.ci] apply automated fixes
This commit is contained in:
parent
bc523616ae
commit
98663d4c59
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue