internal: incomplete vault systems behind feature flag (#2340)
This commit is contained in:
@@ -49,7 +49,7 @@ export async function DecryptItemsKeyByPromptingUser(
|
||||
| 'aborted'
|
||||
> {
|
||||
if (!keyParams) {
|
||||
keyParams = encryptor.getKeyEmbeddedKeyParams(itemsKey)
|
||||
keyParams = encryptor.getKeyEmbeddedKeyParamsFromItemsKey(itemsKey)
|
||||
}
|
||||
|
||||
if (!keyParams) {
|
||||
|
||||
Reference in New Issue
Block a user