mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
Remove "Generating secrets and auth material..." status line
Secret generation is fast enough that the progress message is unnecessary. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2ba84be748
commit
e366e4e761
1 changed files with 0 additions and 6 deletions
|
|
@ -1469,12 +1469,6 @@ async fn run_install_inner(
|
|||
|
||||
// Secrets and auth material
|
||||
{
|
||||
fabro_util::printerr!(
|
||||
printer,
|
||||
" {}",
|
||||
s.dim.apply_to("Generating secrets and auth material...")
|
||||
);
|
||||
|
||||
let session_secret = session_secret::generate_session_secret();
|
||||
fabro_util::printerr!(
|
||||
printer,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue