namecheap apiKey is now token
This commit is contained in:
@@ -24,7 +24,7 @@ function formatError(response) {
|
||||
}
|
||||
|
||||
function removePrivateFields(domainObject) {
|
||||
domainObject.config.apiKey = domains.SECRET_PLACEHOLDER;
|
||||
domainObject.config.token = domains.SECRET_PLACEHOLDER;
|
||||
return domainObject;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user