Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Fix a bug where keys weren't correctly stored on the device during lo…
Browse files Browse the repository at this point in the history
…gin (fixes #433)
  • Loading branch information
Crecket committed Nov 26, 2018
1 parent 88b9792 commit 7079bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/Actions/registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export function registrationLogin(
return;
}

dispatch(registrationSetApiKeyDirect(apiKey, encryptedApiKey, permittedIps));
dispatch(registrationSetApiKey(apiKey, derivedPassword, permittedIps));

try {
await BunqJSClient.run(apiKey, permittedIps, environment, derivedPassword.key);
Expand Down

0 comments on commit 7079bf1

Please sign in to comment.