implemented sign-in policy

This commit is contained in:
2024-02-16 16:59:58 +01:00
parent e8ee913d14
commit 8992aa76bd
3 changed files with 33 additions and 16 deletions

View File

@@ -46,7 +46,7 @@ export const authConfig: NextAuthConfig = {
strategy: 'jwt'
},
pages: {
signIn: '/login',
signIn: '/en/login',
},
};