⏪ Revierte lectura de los ajustes de configuración
This commit is contained in:
parent
104efd116f
commit
a11a24ceee
16 changed files with 65 additions and 62 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue