1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

Fix swapped parameters

This commit is contained in:
Bernd Schoolmann
2025-03-13 14:11:19 +01:00
parent 71546055d3
commit 2c8754d7df

View File

@@ -37,8 +37,8 @@ export class DefaultOpaqueService implements OpaqueService {
const registrationFinish = cryptoClient.opaque_register_finish(
masterPassword,
config.toSdkConfig(),
registrationStart.state,
Utils.fromB64ToArray(registrationStartResponse.registrationResponse),
registrationStart.state,
);
const sdkKeyset = cryptoClient.create_rotateablekeyset_from_exportkey(