Add OTP login page and auth guard for client cabinet
This commit is contained in:
@@ -15,6 +15,7 @@ export default defineNuxtConfig({
|
||||
'http://localhost:4000/graphql',
|
||||
authCookieName,
|
||||
public: {
|
||||
authCookieName,
|
||||
sentryDsn: process.env.NUXT_PUBLIC_SENTRY_DSN ?? '',
|
||||
sentryEnvironment: process.env.NUXT_PUBLIC_SENTRY_ENVIRONMENT ?? 'development',
|
||||
sentryRelease: process.env.NUXT_PUBLIC_SENTRY_RELEASE ?? 'dev',
|
||||
|
||||
Reference in New Issue
Block a user