1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Update sso prevalidate path (#7479)

* Update sso prevalidate path

* fixed formatting
This commit is contained in:
Ike
2024-01-08 11:24:45 -08:00
committed by GitHub
parent 0fba5810d9
commit 6f22f05eee

View File

@@ -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",