namecheap apiKey is now token

This commit is contained in:
Johannes Zellner
2019-02-09 17:43:23 +01:00
parent 79ae75030c
commit a70cc97b8e

View File

@@ -24,7 +24,7 @@ function formatError(response) {
}
function removePrivateFields(domainObject) {
domainObject.config.apiKey = domains.SECRET_PLACEHOLDER;
domainObject.config.token = domains.SECRET_PLACEHOLDER;
return domainObject;
}