diff --git a/authentik/flows/views.py b/authentik/flows/views.py index c843a88a6..05858520f 100644 --- a/authentik/flows/views.py +++ b/authentik/flows/views.py @@ -298,7 +298,7 @@ class CancelView(View): if SESSION_KEY_PLAN in request.session: del request.session[SESSION_KEY_PLAN] LOGGER.debug("Canceled current plan") - return redirect("authentik_core:root-redirect") + return redirect("authentik_core:default-invalidation") class ToDefaultFlow(View):