mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 17:35:27 +08:00
small refactoring
This commit is contained in:
parent
2b2512e775
commit
01afb7557c
1 changed files with 1 additions and 1 deletions
|
@ -983,7 +983,7 @@ def handle_bounce(contact: Contact, alias: Alias, msg: Message, user: User):
|
|||
contact.website_email,
|
||||
)
|
||||
alias.enabled = False
|
||||
db.session.commit()
|
||||
db.session.commit()
|
||||
|
||||
send_email_with_rate_control(
|
||||
user,
|
||||
|
|
Loading…
Reference in a new issue