Remove accidentally pushed code

This commit is contained in:
Lennart
2025-02-02 10:31:34 +01:00
parent 75e2d82432
commit d67efd8feb
3 changed files with 1 additions and 7 deletions

View File

@@ -32,8 +32,6 @@ pub fn cmd_gen_config(_args: GenConfigArgs) -> anyhow::Result<()> {
password: Some(
"generate a password hash with rustical pwhash --algorithm argon2".to_owned(),
),
groups: vec![],
inherited_groups: vec![],
app_tokens: vec![
"generate an app token hash with rustical pwhash --algorithm pbkdf2".to_owned(),
],