From 25d4b1ddec935b49195eac018d4335618e27b206 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Tue, 12 Oct 2021 11:10:55 -0600 Subject: [PATCH] dont log password --- appmgr/src/auth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appmgr/src/auth.rs b/appmgr/src/auth.rs index 9ed1d67c4..36face018 100644 --- a/appmgr/src/auth.rs +++ b/appmgr/src/auth.rs @@ -43,7 +43,7 @@ fn gen_pwd() { ) } -#[instrument] +#[instrument(skip(ctx, password))] async fn cli_login( ctx: CliContext, password: Option,