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

OpaqueKeyExchangeApiService - move registration methods back to API so we can secure them with authorize attribute.

This commit is contained in:
Jared Snider
2025-03-20 15:24:27 -04:00
parent 1f3d23bc6e
commit 3638464e82

View File

@@ -26,7 +26,7 @@ export class OpaqueKeyExchangeApiService {
request,
true,
true,
env.getIdentityUrl(),
env.getApiUrl(),
);
return new RegistrationStartResponse(response);
}
@@ -41,7 +41,7 @@ export class OpaqueKeyExchangeApiService {
request,
true,
true,
env.getIdentityUrl(),
env.getApiUrl(),
);
return new RegistrationFinishResponse(response);
}