Skip to content

Commit

Permalink
chore(clerk-js): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
octoper committed Nov 2, 2023
1 parent d01ed8e commit 2e81ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clerk-js/src/core/clerk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const defaultOptions: ClerkOptions = {
isSatellite: false,
signInUrl: undefined,
signUpUrl: undefined,
afterSignInUrl: '/hello',
afterSignInUrl: '/',
afterSignUpUrl: '/',
isInterstitial: false,
};
Expand Down

0 comments on commit 2e81ce1

Please sign in to comment.