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:
@@ -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(),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user