We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973cb36 commit d1fb286Copy full SHA for d1fb286
keepercommander/api.py
@@ -1341,6 +1341,7 @@ def login_and_get_mc_params_login_v3(params: KeeperParams, mc_id):
1341
mc_params.rsa_key = params.rsa_key
1342
mc_params.rsa_key2 = params.rsa_key2
1343
mc_params.ecc_key = params.ecc_key
1344
+ mc_params.forbid_rsa = params.forbid_rsa
1345
1346
mc_params.session_token = loginv3.CommonHelperMethods.bytes_to_url_safe_str(resp.encryptedSessionToken)
1347
mc_params.msp_tree_key = params.enterprise['unencrypted_tree_key']
0 commit comments