From e72e0048adf817710a2acf7cd31b53d1a896c4e9 Mon Sep 17 00:00:00 2001 From: James P Date: Thu, 15 Jun 2023 16:33:22 -0400 Subject: [PATCH] Update header.tsx This makes sure the user stays in the application and doesn't end up on the hosted pages. --- components/header.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/header.tsx b/components/header.tsx index bc4619a..067f276 100644 --- a/components/header.tsx +++ b/components/header.tsx @@ -26,6 +26,7 @@ export async function Header() { showName appearance={{ elements: { + afterSignOutUrl='/' avatarBox: 'w-6 h-6 rounded-full overflow-hidden', userButtonBox: 'flex-row-reverse', userButtonOuterIdentifier: 'text-primary',