mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 13:48:26 +00:00
Update login.rs
This commit is contained in:
@@ -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(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user