added custom login screen

This commit is contained in:
2024-02-13 16:07:50 +01:00
parent fdd15565b8
commit 199159c208
9 changed files with 96 additions and 5 deletions

View File

@@ -9,5 +9,5 @@ export default auth; // middleware will call NextAuth's `auth` method, which wil
export const config = {
// midleware will NOT be called for paths: ['/api/auth/*', '/_next/static/*', '/_next/image*']
matcher: ['/((?!api|policy|terms|_next/static|_next/image|.*\\.png$).*)'],
matcher: ['/((?!api|policy|terms|_next/static|_next/image|.*\\.png$|.*\\.webm$).*)'],
};