generated from bastian/boilerplate
stle
This commit is contained in:
@@ -37,7 +37,6 @@ export class OidcAdminSynchronizationService {
|
||||
throw new Error(
|
||||
'OIDC_ROLES_CLAIM fehlt trotz validierter Konfiguration.',
|
||||
);
|
||||
console.log(claims, claimPath)
|
||||
const extracted = this.extractor.extract(claims, claimPath);
|
||||
if (!extracted.readable) {
|
||||
this.logger.error(
|
||||
|
||||
@@ -34,6 +34,14 @@
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"optimization": {
|
||||
"scripts": true,
|
||||
"styles": {
|
||||
"minify": true,
|
||||
"inlineCritical": false
|
||||
},
|
||||
"fonts": true
|
||||
},
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/app/core/dev-routes.ts",
|
||||
|
||||
Reference in New Issue
Block a user