Skip to content

Commit

Permalink
fix(suite): cipherKeyValue should add locks
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Oct 24, 2023
1 parent bdefdfa commit e4441ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suite-common/connect-init/src/connectInitThunks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const connectInitThunk = createThunk(
'getOwnershipProof',
'setBusy',
'rebootToBootloader',
'cipherKeyValue',
] as const;

wrappedMethods.forEach(key => {
Expand Down

0 comments on commit e4441ba

Please sign in to comment.