mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Update eslint dependencies
This commit is contained in:
@@ -128,7 +128,7 @@ export class IdentityProviderFactory implements ProviderFactory {
|
||||
// Cast necessary due to typing conflict between jose 2.x and 3.x
|
||||
config.jwks = await this.generateJwks() as any;
|
||||
config.cookies = {
|
||||
...config.cookies ?? {},
|
||||
...config.cookies,
|
||||
keys: await this.generateCookieKeys(),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user