We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81a607d + 8885dce commit 798e1beCopy full SHA for 798e1be
1 file changed
cli/src/main.rs
@@ -126,6 +126,7 @@ async fn main() -> anyhow::Result<()> {
126
// confirm that a registry with the given name exists
127
config.get_registry(registry_name)?;
128
commands::login::login(registry_name)?;
129
+ println!("Login successful");
130
Ok(())
131
}
132
0 commit comments