diff --git a/.changeset/tall-dolls-wish.md b/.changeset/tall-dolls-wish.md new file mode 100644 index 00000000000..4d2519f357d --- /dev/null +++ b/.changeset/tall-dolls-wish.md @@ -0,0 +1,5 @@ +--- +'@clerk/clerk-js': patch +--- + +Navigate to tasks when switching sessions diff --git a/integration/templates/next-app-router/src/app/page.tsx b/integration/templates/next-app-router/src/app/page.tsx index d6be346c4f9..5af7be97bf1 100644 --- a/integration/templates/next-app-router/src/app/page.tsx +++ b/integration/templates/next-app-router/src/app/page.tsx @@ -1,4 +1,4 @@ -import { SignedIn, SignedOut, SignIn, UserButton, Protect } from '@clerk/nextjs'; +import { Protect, SignedIn, SignedOut, SignIn, UserButton } from '@clerk/nextjs'; import Link from 'next/link'; import { ClientId } from './client-id'; @@ -11,7 +11,7 @@ export default function Home() { SignedOut SignedIn from protect