Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmac8 committed Sep 20, 2024
1 parent abb7b90 commit 06fc974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/configureProfileAsync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ export async function configureProfileAsync(
azure_default_role_arn: answers.defaultRoleArn as string,
azure_default_duration_hours: answers.defaultDurationHours as string,
azure_default_remember_me: (answers.rememberMe as string) === "true",
region: answers.region as string,
chrome_data_by_azure_tenant: (answers.chromeDataByAzureTenant as string) === "true",
});

console.log("Profile saved.");
Expand Down

0 comments on commit 06fc974

Please sign in to comment.