dont log password

This commit is contained in:
Aiden McClelland
2021-10-12 11:10:55 -06:00
committed by Aiden McClelland
parent 69382f788d
commit 25d4b1ddec

View File

@@ -43,7 +43,7 @@ fn gen_pwd() {
)
}
#[instrument]
#[instrument(skip(ctx, password))]
async fn cli_login(
ctx: CliContext,
password: Option<String>,