From 67952cf95e7bc05352a3787b66ab8838cecde34d Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Thu, 12 Jan 2023 15:44:29 -0600 Subject: [PATCH] fix: move the web terminal out of the dashboard authentication layout (#5699) Fixes #5698. This was a regression. --- site/src/AppRouter.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/site/src/AppRouter.tsx b/site/src/AppRouter.tsx index ee7522c05a..3ce48bd651 100644 --- a/site/src/AppRouter.tsx +++ b/site/src/AppRouter.tsx @@ -337,7 +337,6 @@ export const AppRouter: FC = () => { } /> } /> - } /> } @@ -349,6 +348,12 @@ export const AppRouter: FC = () => { + + + + } /> + + {/* Using path="*"" means "match anything", so this route