From 1f3d23bc6e5e9bcd003e3ce19c2f5e5e8ee15ed0 Mon Sep 17 00:00:00 2001 From: Jared Snider Date: Thu, 20 Mar 2025 15:05:36 -0400 Subject: [PATCH] OpaqueKeyExchangeApiService - finish updating endpoints --- .../common/src/auth/opaque/opaque-key-exchange-api.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(), ); }