mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
Set automatic_creation flag when alias is created with catch-all feature
This commit is contained in:
parent
174ee174f9
commit
28a0f9c616
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ class MailHandler:
|
||||||
email=alias,
|
email=alias,
|
||||||
user_id=custom_domain.user_id,
|
user_id=custom_domain.user_id,
|
||||||
custom_domain_id=custom_domain.id,
|
custom_domain_id=custom_domain.id,
|
||||||
|
automatic_creation=True,
|
||||||
)
|
)
|
||||||
db.session.commit()
|
db.session.commit()
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue