Skip to content

Commit

Permalink
fix(core/account): Update AccountDetails interface
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyhebebrand committed Feb 17, 2021
1 parent 78f7d5a commit d2056eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/modules/core/src/account/AccountService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export interface IAccountDetails extends IAccount {
authorized: boolean;
awsAccount?: string;
awsVpc?: string;
bastionHost?: string;
challengeDestructiveActions: boolean;
cloudProvider: string;
defaultKeyPair?: string;
Expand Down

0 comments on commit d2056eb

Please sign in to comment.