mirror of
https://github.com/simple-login/app.git
synced 2024-11-11 01:42:54 +08:00
fix error display on domain ownership check
This commit is contained in:
parent
9c6f3989a0
commit
59e4dbb6a6
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ def domain_detail_dns(custom_domain_id):
|
|||
)
|
||||
else:
|
||||
flash("We can't find the needed TXT record", "error")
|
||||
ownership_ok = False
|
||||
ownership_errors = txt_records
|
||||
|
||||
elif request.form.get("form-name") == "check-mx":
|
||||
|
|
Loading…
Reference in a new issue