diff --git a/libs/common/src/auth/opaque/opaque-key-exchange-api.service.ts b/libs/common/src/auth/opaque/opaque-key-exchange-api.service.ts index 445d1d97a96..bdfd291e927 100644 --- a/libs/common/src/auth/opaque/opaque-key-exchange-api.service.ts +++ b/libs/common/src/auth/opaque/opaque-key-exchange-api.service.ts @@ -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(), ); }