mirror of
https://github.com/simple-login/app.git
synced 2024-11-11 10:06:11 +08:00
remove unnecessary sanitize
This commit is contained in:
parent
491f4de120
commit
299f7d3fba
1 changed files with 0 additions and 1 deletions
|
@ -186,7 +186,6 @@ def alias_contact_manager(alias_id):
|
|||
alias_id=alias_id,
|
||||
)
|
||||
)
|
||||
contact_email = contact_email.lower()
|
||||
|
||||
contact = Contact.get_by(alias_id=alias.id, website_email=contact_email)
|
||||
# already been added
|
||||
|
|
Loading…
Reference in a new issue