small update
This commit is contained in:
@@ -145,7 +145,7 @@ export const enableEncryption = async (passphrase: string) => {
|
|||||||
encryptedEncryptionKey.value = candidateEncryptedEncryptionKey
|
encryptedEncryptionKey.value = candidateEncryptedEncryptionKey
|
||||||
encryptionKey.value = candidateEncryptionKey
|
encryptionKey.value = candidateEncryptionKey
|
||||||
setClientKey(passphrase)
|
setClientKey(passphrase)
|
||||||
syncNotesToFirebase(baseNotes.value)
|
await syncNotesToFirebase(baseNotes.value)
|
||||||
}
|
}
|
||||||
|
|
||||||
export const clearEncryptionKeys = () => {
|
export const clearEncryptionKeys = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user