diff --git a/cli/src/commands/auth.rs b/cli/src/commands/auth.rs index c27d0ce5d..56cb0bcc6 100644 --- a/cli/src/commands/auth.rs +++ b/cli/src/commands/auth.rs @@ -114,7 +114,7 @@ pub async fn auth_with_args(args: AuthArgs) -> Result<()> { // Save credentials unless --no-save is specified if !args.no_save { - set_buster_credentials(buster_creds.clone()).await + set_buster_credentials(buster_creds).await .context("Failed to save credentials")?; println!("Credentials saved successfully!"); }