Skip to content

Commit

Permalink
Remove unwanted curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
DonOmalVindula committed Feb 20, 2024
1 parent 3e75981 commit 4e50a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/myaccount/src/configs/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class Config {
user: `${this.getDeploymentConfig()?.serverHost}/api/identity/user/v1.0/me`,
validationMgt: `${AppUtils.getOrganizationName()
? window["AppUtils"]?.getConfig()?.serverOriginWithOrganization
: this.getDeploymentConfig()?.serverHost}}/api/server/v1/validation-rules`,
: this.getDeploymentConfig()?.serverHost}/api/server/v1/validation-rules`,
wellKnown: `${this.getDeploymentConfig()?.serverHost}/oauth2/oidcdiscovery/.well-known/openid-configuration`
};
}
Expand Down

0 comments on commit 4e50a0c

Please sign in to comment.