Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Asaf Shen <[email protected]>
  • Loading branch information
gaokevin1 and asafshen authored Jul 24, 2024
1 parent b494d58 commit 3153db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default authMiddleware({
redirectUrl?: string,

// An array of public routes that do not require authentication
// All routes are private by default, this is where you will defined which routes are public.
// All routes are private by default, use this to configure routes that don't require authentication
// In addition to the default public routes:
// - process.env.SIGN_IN_ROUTE or /sign-in if not provided
// - process.env.SIGN_UP_ROUTE or /sign-up if not provided
Expand Down

0 comments on commit 3153db1

Please sign in to comment.