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