From 42ee567ff449af2967dc07fe4a9b678fe58f99d9 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Wed, 15 May 2024 22:34:11 -0400 Subject: [PATCH] Changed the default target path after login --- config/packages/security.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/packages/security.yaml b/config/packages/security.yaml index 8e3851b..293324e 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -21,6 +21,7 @@ security: login_path: app_login check_path: app_login enable_csrf: false + default_target_path: app_home logout: path: app_logout # where to redirect after logout