fix: Attempt fixing focus related issue when adding containers asynchronously in wrong order
This commit is contained in:
@@ -11,7 +11,7 @@ import { JWT_SECRET } from '../consts';
|
||||
JwtModule.register({
|
||||
global: true,
|
||||
secret: JWT_SECRET,
|
||||
signOptions: { expiresIn: '1y' },
|
||||
signOptions: { expiresIn: '365d' },
|
||||
}),
|
||||
],
|
||||
controllers: [AuthController],
|
||||
|
||||
Reference in New Issue
Block a user