Skip to content

Commit

Permalink
changed domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
Berat Genç authored and Berat Genç committed Jan 18, 2024
1 parent f9082f8 commit 2240382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session/session.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const sessionOptions = {
saveUninitialized: false,
resave: false,
cookie: {
path: '/signup',
path: '/',
domain: 'taskermanager.online',
maxAge: 1000 * 60 * 30,
sameSite: 'none',
Expand Down

0 comments on commit 2240382

Please sign in to comment.