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:
parent
6923d62176
commit
e72e0048ad
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ export async function Header() {
|
||||||
showName
|
showName
|
||||||
appearance={{
|
appearance={{
|
||||||
elements: {
|
elements: {
|
||||||
|
afterSignOutUrl='/'
|
||||||
avatarBox: 'w-6 h-6 rounded-full overflow-hidden',
|
avatarBox: 'w-6 h-6 rounded-full overflow-hidden',
|
||||||
userButtonBox: 'flex-row-reverse',
|
userButtonBox: 'flex-row-reverse',
|
||||||
userButtonOuterIdentifier: 'text-primary',
|
userButtonOuterIdentifier: 'text-primary',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue