Update header.tsx

This makes sure the user stays in the application and doesn't end up on the hosted pages.
This commit is contained in:
James P 2023-06-15 16:33:22 -04:00 committed by GitHub
parent 6923d62176
commit e72e0048ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',