diff --git a/frontend/src/common/crypto.ts b/frontend/src/common/crypto.ts index e24378e2a..2cf6f6c6b 100644 --- a/frontend/src/common/crypto.ts +++ b/frontend/src/common/crypto.ts @@ -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); }