mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-02 11:08:01 +00:00
doh
This commit is contained in:
@@ -33,7 +33,9 @@ def login():
|
||||
fields = [fields]
|
||||
|
||||
if form.validate_on_submit():
|
||||
if not destination := _has_usable_redirect():
|
||||
if destination := _has_usable_redirect():
|
||||
pass
|
||||
else:
|
||||
if form.submitAdmin.data:
|
||||
destination = app.config['WEB_ADMIN']
|
||||
elif form.submitWebmail.data:
|
||||
|
||||
Reference in New Issue
Block a user