Skip to content

Commit

Permalink
Fix keyUsages for uvf masterkey (#19).
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkins committed Apr 3, 2024
1 parent 3b9a8e3 commit d2f14db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/common/crypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class VaultKeys {
VaultKeys.MASTERKEY_KEY_DESIGNATION,
true,
// TODO https://github.com/shift7-ch/cipherduck-hub/issues/19 is this correct?
['sign', 'wrapKey', 'unwrapKey']
['wrapKey', 'unwrapKey']
);
return new VaultKeys(await key);
}
Expand Down

0 comments on commit d2f14db

Please sign in to comment.