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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user