Skip to content

Commit

Permalink
feat(account): unnecessary email argument removed pennersr#1946
Browse files Browse the repository at this point in the history
  • Loading branch information
muneeb706 committed May 1, 2024
1 parent 3da30bc commit 8e61e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allauth/account/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def assess_unique_email(email) -> Optional[bool]:
# Fail right away.
return False
elif (
adapter.get_email_verification_method(email)
adapter.get_email_verification_method()
== app_settings.EmailVerificationMethod.MANDATORY
):
# In case of mandatory verification and enumeration prevention,
Expand Down

0 comments on commit 8e61e0e

Please sign in to comment.