diff --git a/frontend/src/pages/ticket.rs b/frontend/src/pages/ticket.rs index e087578..0d9be26 100644 --- a/frontend/src/pages/ticket.rs +++ b/frontend/src/pages/ticket.rs @@ -675,8 +675,16 @@ pub fn all_tickets_component() -> Html { } else { html! { } diff --git a/frontend/src/pages/user.rs b/frontend/src/pages/user.rs index 0b93d1b..df6384d 100644 --- a/frontend/src/pages/user.rs +++ b/frontend/src/pages/user.rs @@ -222,7 +222,7 @@ pub fn register_component() -> Html { }; html! { -
+ @@ -330,7 +330,7 @@ pub fn login_component() -> Html { html! {

{ "Anmeldung" }

- + Html { html! {

{ format!("Error: {}", e) }

} } else { html! { -