Skip to content

Commit 21a97fe

Browse files
This pull request fixes GH issue #61 . This issue is impacting customers who use our CLI tool in conjunction with trying out our quickstarts. (#68)
Co-authored-by: Ardavon Falls <afalls@twilio.com>
1 parent 1fbb696 commit 21a97fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/helpers/accessToken.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const createToken = function () {
1616
this.twilioClient.accountSid,
1717
this.twilioClient.username,
1818
this.twilioClient.password,
19+
{ identity: this.flags.identity },
1920
);
2021

2122
if (this.flags.ttl) {

0 commit comments

Comments
 (0)