feat(security): add CORS support and update security config
Some checks failed
Some checks failed
This commit is contained in:
parent
242b72ca45
commit
3da534f3ae
11 changed files with 53 additions and 49 deletions
|
@ -36,7 +36,7 @@ export const appConfig: ApplicationConfig = {
|
|||
provideOAuthClient(),
|
||||
{
|
||||
provide: OAuthStorage,
|
||||
useFactory: () => storageFactory(),
|
||||
useFactory: () => localStorage,
|
||||
}
|
||||
],
|
||||
};
|
||||
|
|
Reference in a new issue