Skip to content

Commit cb06c19

Browse files
committed
fix(auth): remove sameSite attribute from cookie options for compatibility
1 parent dab5c43 commit cb06c19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/backend/src/auth/auth.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ export class AuthService {
204204
const cookieOptions: CookieOptions = {
205205
maxAge: maxAge,
206206
domain: this.APP_DOMAIN,
207-
sameSite: 'none',
208207
path: '/',
209208
};
210209

0 commit comments

Comments
 (0)