diff --git a/src/dns/namecheap.js b/src/dns/namecheap.js index 145b9b4b1..bd4160c4f 100644 --- a/src/dns/namecheap.js +++ b/src/dns/namecheap.js @@ -24,7 +24,7 @@ function formatError(response) { } function removePrivateFields(domainObject) { - domainObject.config.apiKey = domains.SECRET_PLACEHOLDER; + domainObject.config.token = domains.SECRET_PLACEHOLDER; return domainObject; }