feat: add bb login command for console host registration #437

Merged
didericis merged 6 commits from console-login into main 2026-07-21 14:25:40 -04:00
Showing only changes of commit 69aacac68b - Show all commits
+1 -1
View File
5
@@ -129,7 +129,7 @@ def cmd_login(argv: list[str]) -> int:
sys.stderr.write(
f"\nOpen this URL in your browser to authorize this host:\n\n"
f" {console_url}/authorize?code={user_code}\n\n"
f" {console_url}/hosts/authorize?code={user_code}\n\n"
f"Waiting for approval"
)