diff --git a/keycloak_collective_portal/routes/register.py b/keycloak_collective_portal/routes/register.py index 392bdb3..7a1e76f 100644 --- a/keycloak_collective_portal/routes/register.py +++ b/keycloak_collective_portal/routes/register.py @@ -80,7 +80,7 @@ def form_keycloak_register( ) if password != password_again: - context["exception"] = ("passwords don't match?",) + context["exception"] = "passwords don't match?" return request.app.state.templates.TemplateResponse( "register.html", context=context )