Skip to content

Commit

Permalink
EC-Only: Account Summary
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-keeper committed Jan 3, 2025
1 parent 7deae66 commit 1c6c299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keepercommander/loginv3.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ def populateAccountSummary(params: KeeperParams):
if params.logout_timer == 0 or logout_timer < params.logout_timer:
params.logout_timer = logout_timer

params.forbid_rsa = acct_summary_dict_snake_case.get('forbid_key_type2') is True
params.is_enterprise_admin = acct_summary_dict_snake_case.get('is_enterprise_admin') is True

# settings
Expand Down

0 comments on commit 1c6c299

Please sign in to comment.