diff --git a/site/src/pages/logout-page.tsx b/site/src/pages/logout-page.tsx index 41c357a3..80ecd4bd 100644 --- a/site/src/pages/logout-page.tsx +++ b/site/src/pages/logout-page.tsx @@ -44,8 +44,8 @@ export const LogoutPage = () => { Logout - You are currently logged in as {email}{" "} - {oauth && `using ${capitalize(provider)}`}. Click the button below to + You are currently logged in as {email} + {oauth && ` using ${capitalize(provider)}`}. Click the button below to log out.