Skip to content

Commit

Permalink
feat: add login options
Browse files Browse the repository at this point in the history
  • Loading branch information
jahwag committed Dec 6, 2024
1 parent 24c9a04 commit e5c7114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/claudesync/providers/base_claude_ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def _get_valid_session_key(self):
"""Get and validate a session key from user input."""
while True:
session_key = click.prompt(
"Please enter your sessionKey", type=str, hide_input=True
"Please enter your sessionKey (hidden)", type=str, hide_input=True
)

if not session_key.startswith("sk-ant"):
Expand Down

0 comments on commit e5c7114

Please sign in to comment.