From 588f01a48c16b4ce939e47350d87b5f80a56593b Mon Sep 17 00:00:00 2001 From: StephDietz Date: Thu, 21 Sep 2023 15:50:49 -0500 Subject: [PATCH] t --- dashboard/15-final/middleware.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/15-final/middleware.ts b/dashboard/15-final/middleware.ts index 2907c0c..44300eb 100644 --- a/dashboard/15-final/middleware.ts +++ b/dashboard/15-final/middleware.ts @@ -1,3 +1,3 @@ export { default } from 'next-auth/middleware'; -export const config = { matcher: ['/(dashboard.*)', '/login'] }; +export const config = { matcher: ['/(dashboard.*)'] };