From 0bbcf488a6dae8305108b3fb1caa28cdac8ff23e Mon Sep 17 00:00:00 2001 From: Maximilian Csuk Date: Tue, 21 May 2024 12:47:53 +0200 Subject: [PATCH] bugfix for auth redirect issue when wildcard redirects are not allowed --- frontend/core/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/core/src/App.js b/frontend/core/src/App.js index 4f01c2af..0f68ce04 100644 --- a/frontend/core/src/App.js +++ b/frontend/core/src/App.js @@ -218,7 +218,7 @@ function App() { {(showError) => ( - {children}}> + {children}}>