From ee323b644e94a8da229dbf490b35f917ff0fe921 Mon Sep 17 00:00:00 2001 From: Mica Swyers Date: Thu, 20 Feb 2025 17:45:06 +0000 Subject: [PATCH] This pull request fixes GH issue #61 . This issue is impacting customers who use our CLI tool in conjunction with trying out our quickstarts. Co-authored-by: Ardavon Falls --- src/helpers/accessToken.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/helpers/accessToken.js b/src/helpers/accessToken.js index 521ef46..62e23c1 100644 --- a/src/helpers/accessToken.js +++ b/src/helpers/accessToken.js @@ -16,6 +16,7 @@ const createToken = function () { this.twilioClient.accountSid, this.twilioClient.username, this.twilioClient.password, + { identity: this.flags.identity }, ); if (this.flags.ttl) {