If tangled-cli auth login fails, the warning If you're on your own PDS, make sure to pass the --pds flag is displayed
+8
-2
AGENTS.md
+8
-2
AGENTS.md
···let password: String = match args.password.take() { Some(p) => p, None => Password::new().with_prompt("Password").interact()? };···+- On failure, shows HTTP status and error message, plus helpful hint about --pds flag for users on their own PDS.
+7
-1
crates/tangled-cli/src/commands/auth.rs
+7
-1
crates/tangled-cli/src/commands/auth.rs
···