Update login.rs

This commit is contained in:
Syrus Akbary
2023-02-02 15:57:57 +01:00
committed by GitHub
parent 899a2ac853
commit d2bc1a6a60

View File

@@ -33,7 +33,7 @@ impl Login {
registry_tld.suffix.as_deref(),
) {
(Some(d), Some(s)) => {
format!("Please paste the login token for https://{d}.{s}/me")
format!("Please paste the login token from://{d}.{s}/settings/access-tokens")
}
_ => "Please paste the login token".to_string(),
};