mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-09-11 14:36:29 +02:00
✨ Complete all user management with forms and DB
This commit is contained in:
committed by
ChatonDeAru (Romain)
parent
37b2238b84
commit
5fa1f24caf
@@ -6,6 +6,7 @@ export default defineNuxtConfig({
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
env: '',
|
||||
baseUrl: process.env.NUXT_PUBLIC_BASE_URL || 'http://localhost:3000',
|
||||
},
|
||||
},
|
||||
|
||||
@@ -33,7 +34,7 @@ export default defineNuxtConfig({
|
||||
redirectOptions: {
|
||||
login: '/signin',
|
||||
callback: '/signin/confirm',
|
||||
exclude: ['/signin/*', '/join', '/public/*'],
|
||||
exclude: ['/profile/auth/reset', '/signin/*', '/join', '/join/*', '/public/*'],
|
||||
},
|
||||
cookieName: 'fo-cookies',
|
||||
cookieOptions: {
|
||||
|
Reference in New Issue
Block a user