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