mirror of
https://github.com/simple-login/app.git
synced 2025-09-12 01:24:20 +08:00
fix styling
This commit is contained in:
parent
da8b110839
commit
0c2b2ce60e
1 changed files with 4 additions and 1 deletions
|
@ -35,7 +35,10 @@ def custom_alias():
|
|||
# then default domain
|
||||
for domain in ALIAS_DOMAINS:
|
||||
suffixes.append(
|
||||
(False, ("" if DISABLE_ALIAS_SUFFIX else "." + random_word()) + "@" + domain)
|
||||
(
|
||||
False,
|
||||
("" if DISABLE_ALIAS_SUFFIX else "." + random_word()) + "@" + domain,
|
||||
)
|
||||
)
|
||||
|
||||
if request.method == "POST":
|
||||
|
|
Loading…
Add table
Reference in a new issue