mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
remove provided key from getKeyForUserEncryption
This commit is contained in:
@@ -13,7 +13,7 @@ import {
|
||||
} from "../models/domain/symmetric-crypto-key";
|
||||
|
||||
export abstract class CryptoService {
|
||||
// TODO: Update logic for this method
|
||||
// TODO: This works right?
|
||||
getKeyForUserEncryption: (key?: SymmetricCryptoKey) => Promise<SymmetricCryptoKey>;
|
||||
|
||||
setUserKey: (key: SymmetricCryptoKey) => Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user