We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376d40a commit 75bd96aCopy full SHA for 75bd96a
1 file changed
middleware.ts
@@ -26,7 +26,7 @@ export async function middleware(req: NextRequest) {
26
27
const redirectUrl = req.nextUrl.clone();
28
29
- // Check auth condition
+ // Check auth conditions
30
if (session?.user) {
31
// Authentication successful, forward request to protected route.
32
0 commit comments