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.*)'] };