diff --git a/front/src/app/api/auth/[...nextauth]/options.ts b/front/src/app/api/auth/[...nextauth]/options.ts index 6780837..8f1721f 100644 --- a/front/src/app/api/auth/[...nextauth]/options.ts +++ b/front/src/app/api/auth/[...nextauth]/options.ts @@ -11,6 +11,7 @@ const redis = new Redis({ port: 26379, }], sentinelPassword: process.env.REDIS_PASSWORD, + password: process.env.REDIS_PASSWORD, name: "mymaster" });