Skip to content

Commit

Permalink
Merge pull request #5579 from DonOmalVindula/fix/19727
Browse files Browse the repository at this point in the history
Remove unwanted curly braces
  • Loading branch information
DonOmalVindula authored Feb 20, 2024
2 parents 807fb11 + 48281a7 commit def77c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/green-crabs-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/myaccount": patch
---

Remove unwanted curly braces
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 def77c5

Please sign in to comment.