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