mirror of https://github.com/astral-sh/uv
Avoid obfuscating pyx tokens in `uv auth token` output (#16345)
This commit is contained in:
parent
de9f299b80
commit
7b3a9c2859
|
|
@ -130,6 +130,6 @@ async fn pyx_refresh(store: &PyxTokenStore, client: &BaseClient, printer: Printe
|
|||
}
|
||||
};
|
||||
|
||||
writeln!(printer.stdout(), "{}", token.cyan())?;
|
||||
writeln!(printer.stdout(), "{}", token.as_str().cyan())?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue