1
0
Fork 0
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:
Daniel García 2019-02-02 17:45:25 +01:00
commit ade293cf52
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
2 changed files with 14 additions and 7 deletions

View file

@ -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(),
}
}