👽️ Apply latest changes to the API

This commit is contained in:
Manuel Cillero 2023-10-21 21:33:39 +02:00
parent 03d538eb41
commit 718bc5d769
4 changed files with 114 additions and 105 deletions

View file

@ -42,7 +42,7 @@ async fn login(request: service::HttpRequest) -> ResultPage<Markup, FatalError>
"content",
Wrapper::new()
.with_id("welcome")
.with_component(form_login()),
.add_component(form_login()),
)
.render()
}