🚚 Better name for response page errors
This commit is contained in:
parent
68ed0f78b9
commit
09cb6bd7fa
12 changed files with 36 additions and 36 deletions
|
|
@ -30,7 +30,7 @@ impl ModuleTrait for User {
|
|||
}
|
||||
}
|
||||
|
||||
async fn login(request: service::HttpRequest) -> ResultPage<Markup, FatalError> {
|
||||
async fn login(request: service::HttpRequest) -> ResultPage<Markup, ErrorPage> {
|
||||
Page::new(request)
|
||||
.with_title(L10n::n("Identificación del usuario"))
|
||||
.with_component_in(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue