mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 15:23:27 +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:
|
else:
|
||||||
flash("We can't find the needed TXT record", "error")
|
flash("We can't find the needed TXT record", "error")
|
||||||
|
ownership_ok = False
|
||||||
ownership_errors = txt_records
|
ownership_errors = txt_records
|
||||||
|
|
||||||
elif request.form.get("form-name") == "check-mx":
|
elif request.form.get("form-name") == "check-mx":
|
||||||
|
|
Loading…
Reference in a new issue