1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

OpaqueKeyExchangeApiService - finish updating endpoints

This commit is contained in:
Jared Snider
2025-03-20 15:05:36 -04:00
parent 0c9ce68c30
commit 1f3d23bc6e

View File

@@ -50,11 +50,11 @@ export class OpaqueKeyExchangeApiService {
const env = await firstValueFrom(this.environmentService.environment$);
await this.apiService.send(
"POST",
`/opaque/set-registration-active`,
`/opaque-ke/set-registration-active`,
request,
true,
true,
env.getApiUrl(),
env.getIdentityUrl(),
);
}