modified messages

This commit is contained in:
2026-02-23 12:47:57 -06:00
parent fe0b7762e7
commit 12498ac6eb
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import { JwtStrategy } from './jwt.strategy';
return {
global: true,
secret: configService.get('JWT_SECRET'),
signOptions: { expiresIn: '1h' },
signOptions: { expiresIn: '7h' },
};
},
}),