Skip to content

Commit

Permalink
Update sso prevalidate path (#7479)
Browse files Browse the repository at this point in the history
* Update sso prevalidate path

* fixed formatting
  • Loading branch information
ike-kottlowski committed Jan 8, 2024
1 parent 0fba581 commit 6f22f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/common/src/services/api.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@ export class ApiService implements ApiServiceAbstraction {
headers.set("User-Agent", this.customUserAgent);
}

const path = `/account/prevalidate?domainHint=${encodeURIComponent(identifier)}`;
const path = `/sso/prevalidate?domainHint=${encodeURIComponent(identifier)}`;
const response = await this.fetch(
new Request(this.environmentService.getIdentityUrl() + path, {
cache: "no-store",
Expand Down

0 comments on commit 6f22f05

Please sign in to comment.