Skip to content

Commit 798e1be

Browse files
authored
Merge pull request #106 from supabase/fix/print-login-message
print 'Login successful' when login succeeds
2 parents 81a607d + 8885dce commit 798e1be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cli/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ async fn main() -> anyhow::Result<()> {
126126
// confirm that a registry with the given name exists
127127
config.get_registry(registry_name)?;
128128
commands::login::login(registry_name)?;
129+
println!("Login successful");
129130
Ok(())
130131
}
131132
}

0 commit comments

Comments
 (0)