Skip to content

Commit

Permalink
bug-fix for login w/ SMS 2fa + release version update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaunario-keeper committed Jul 5, 2024
1 parent f011f77 commit 09c7353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion keepercommander/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# Contact: ops@keepersecurity.com
#

__version__ = '16.11.3'
__version__ = '16.11.4'
1 change: 1 addition & 0 deletions keepercommander/loginv3.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def resume(self):
channels.append(backup_code_channel)

encrypted_login_token = None # type: Optional[bytes]
encryptedLoginToken = resp.encryptedLoginToken
should_cancel = False

class TwoFactorApproval(login_steps.LoginStepTwoFactor):
Expand Down

0 comments on commit 09c7353

Please sign in to comment.