Skip to content

Commit

Permalink
update wicket
Browse files Browse the repository at this point in the history
Created using spr 1.3.6-beta.1
  • Loading branch information
sunshowers committed Jul 22, 2024
1 parent bb33000 commit 7c521f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wicketd/src/rss_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ impl CurrentRssConfig {
external_certificates: self.external_certificates.clone(),
recovery_silo: RecoverySiloConfig {
silo_name: Name::try_from(RECOVERY_SILO_NAME).unwrap(),
user_name: UserId(RECOVERY_SILO_USERNAME.into()),
user_name: UserId::try_from(RECOVERY_SILO_USERNAME).unwrap(),
user_password_hash,
},
rack_network_config,
Expand Down

0 comments on commit 7c521f6

Please sign in to comment.