mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-12 21:27:37 +02:00
Save config
This commit is contained in:
@ -98,7 +98,7 @@ impl AdminTemplateData {
|
||||
Self {
|
||||
users,
|
||||
page_content: String::from("admin/page"),
|
||||
config: serde_json::to_string_pretty(&CONFIG.get_config()).unwrap(),
|
||||
config: CONFIG.get_config(),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user