fix(#2030): point pending-login warning at the dashboard, not a nonexistent hivectl login verb
This commit is contained in:
parent
afa07d5fc1
commit
cc73bc7cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ pub fn agent_state_warnings<S: std::hash::BuildHasher>(
|
|||
level: "warn",
|
||||
message: format!(
|
||||
"{n} agent{plural} {verb} claude login: {list} \
|
||||
— run `hivectl login <agent>` to authenticate",
|
||||
— open the agent's page in the dashboard to complete the login",
|
||||
n = pending.len(),
|
||||
plural = if pending.len() == 1 { "" } else { "s" },
|
||||
verb = if pending.len() == 1 { "needs" } else { "need" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue