mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 04:38:25 +00:00
Merge remote-tracking branch 'origin/master' into wasix
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 https://{d}.{s}/settings/access-tokens")
|
||||
}
|
||||
_ => "Please paste the login token".to_string(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user