mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
autodns: pop experimental_disclaimer because it's not an actual credential
This commit is contained in:
parent
93b99635b7
commit
c8caabf8f8
1 changed files with 2 additions and 0 deletions
|
@ -547,6 +547,8 @@ def domain_dns_push(operation_logger, domain, dry_run=False, force=False, purge=
|
|||
|
||||
registrar_credentials = settings
|
||||
registrar_credentials.pop("registrar")
|
||||
if "experimental_disclaimer" in registrar_credentials:
|
||||
registrar_credentials.pop("experimental_disclaimer")
|
||||
|
||||
if not all(registrar_credentials.values()):
|
||||
raise YunohostValidationError("domain_registrar_is_not_configured", domain=domain)
|
||||
|
|
Loading…
Add table
Reference in a new issue