♻️ Revierte parcialmente últimos cambios
This commit is contained in:
parent
19b4c251b0
commit
da8604980d
21 changed files with 356 additions and 353 deletions
|
|
@ -58,7 +58,7 @@ fn form_login() -> Form {
|
|||
t(
|
||||
"username_help",
|
||||
&args![
|
||||
"app" => global::SETTINGS.app.name.to_owned()
|
||||
"app" => config::SETTINGS.app.name.to_owned()
|
||||
],
|
||||
)
|
||||
.as_str(),
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ impl MigrationTrait for Migration {
|
|||
.await?;
|
||||
|
||||
// Built-in roles.
|
||||
db::exec::<InsertStatement>(
|
||||
app::db::exec::<InsertStatement>(
|
||||
Query::insert()
|
||||
.into_table(Role::Table)
|
||||
.columns(vec![Role::Name, Role::Weight])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue