mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
dont log password
This commit is contained in:
committed by
Aiden McClelland
parent
69382f788d
commit
25d4b1ddec
@@ -43,7 +43,7 @@ fn gen_pwd() {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[instrument]
|
#[instrument(skip(ctx, password))]
|
||||||
async fn cli_login(
|
async fn cli_login(
|
||||||
ctx: CliContext,
|
ctx: CliContext,
|
||||||
password: Option<String>,
|
password: Option<String>,
|
||||||
|
|||||||
Reference in New Issue
Block a user