mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-13 05:02:42 +00:00
Save config
This commit is contained in:
parent
877408b808
commit
ade293cf52
2 changed files with 14 additions and 7 deletions
|
@ -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(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue