Revierte lectura de los ajustes de configuración

This commit is contained in:
Manuel Cillero 2022-10-21 01:00:24 +02:00
parent 104efd116f
commit a11a24ceee
16 changed files with 65 additions and 62 deletions

View file

@ -58,7 +58,7 @@ fn form_login() -> Form {
t(
"username_help",
&args![
"app" => config::get("app.name").to_owned()
"app" => SETTINGS.app.name.to_owned()
],
)
.as_str(),