Skip to content

Commit

Permalink
fix: redirect user to the landing page after signing out
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Mar 30, 2024
1 parent 049bc5b commit 6e9f383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/(auth)/dashboard/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function DashboardLayout(props: {
<UserButton
userProfileMode="navigation"
userProfileUrl="/dashboard/user-profile"
afterSignOutUrl="/sign-in"
afterSignOutUrl="/"
/>
</div>
</div>
Expand Down

0 comments on commit 6e9f383

Please sign in to comment.