🧑‍💻 Simplifica uso de archivos de configuración

This commit is contained in:
Manuel Cillero 2022-10-18 21:22:28 +02:00
parent df6eaf19cc
commit 68af9caef0
16 changed files with 216 additions and 202 deletions

View file

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