diff --git a/src/libs/API.js b/src/libs/API.js index 790da5108cdf..4684635359d5 100644 --- a/src/libs/API.js +++ b/src/libs/API.js @@ -548,7 +548,7 @@ function ResendValidateCode(parameters) { */ function SetPassword(parameters) { const commandName = 'SetPassword'; - requireParameters(['accountID, password', 'validateCode'], parameters, commandName); + requireParameters(['accountID', 'password', 'validateCode'], parameters, commandName); return Network.post(commandName, parameters); }