Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SafetyQuincyF committed Oct 30, 2024
1 parent e48ab08 commit af0f4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions safety/auth/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ def handle_timeout(self) -> None:
console.print(f"{message} [link={target}]{target}[/link]")

if headless:
# Handle the headless mode where user manually provides the response
exchange_data = None
while not exchange_data:
auth_code_text = Prompt.ask("Paste the response here", default=None, console=console)
Expand Down

0 comments on commit af0f4b5

Please sign in to comment.