From e6d89d7b7ffc7d4e111f3f121edac95fd50369bf Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Thu, 12 Jan 2023 21:37:58 +0000 Subject: [PATCH] fix: move the web terminal out of the dashboard authentication layout 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 ee7522c05a323..3ce48bd651934 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