Skip to content

Commit

Permalink
Update app_settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
9mido committed Dec 13, 2021
1 parent 6ffec0a commit 3a359ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions allauth/account/app_settings.py
Expand Up @@ -314,10 +314,6 @@ def SALT(self):
@property
def PRESERVE_USERNAME_CASING(self):
return self._setting("PRESERVE_USERNAME_CASING", True)

@property
def EMAIL_CONFIRMATION_UNVERIFIED_ONLY(self):
return self._setting("EMAIL_CONFIRMATION_UNVERIFIED_ONLY", True)

@property
def USERNAME_VALIDATORS(self):
Expand Down

0 comments on commit 3a359ad

Please sign in to comment.