Skip to content

Commit c92bc04

Browse files
committed
Release 17.2.4
1 parent dc5bc80 commit c92bc04

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ dr-logs
1818
*.swp
1919
CLAUDE.md
2020
AGENTS.md
21+
keeper_db.sqlite

keepercommander/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# Contact: ops@keepersecurity.com
1111
#
1212

13-
__version__ = '17.2.3'
13+
__version__ = '17.2.4'

keepercommander/auth/console_ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def on_two_factor(self, step):
270270

271271
def on_password(self, step):
272272
if self._show_password_help:
273-
print(f'{Fore.CYAN}Enter master password for {Fore.WHITE}{step.username}{Fore.RESET}')
273+
logging.info(f'{Fore.CYAN}Enter master password for {Fore.WHITE}{step.username}{Fore.RESET}')
274274

275275
if self._failed_password_attempt > 0:
276276
print(f'{Fore.YELLOW}Forgot password? Type "recover"<Enter>{Fore.RESET}')

0 commit comments

Comments
 (0)