We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1287030 commit 07fbd3aCopy full SHA for 07fbd3a
src/helpers.js
@@ -138,8 +138,8 @@ TWILIO_API_SECRET = the secret for the API Key`);
138
}
139
140
const serverlessClient = new TwilioServerlessApiClient({
141
- accountSid: this.twilioClient.username,
142
- authToken: this.twilioClient.password,
+ username: this.twilioClient.username,
+ password: this.twilioClient.password,
143
});
144
145
const pin = getRandomInt(6);
0 commit comments