fix build

This commit is contained in:
2025-05-31 16:07:12 +02:00
parent b6dd96cbad
commit 091a2123bb
21 changed files with 1034 additions and 191 deletions

View File

@ -119,6 +119,7 @@ export const useVaultStore = defineStore('vaultStore', () => {
return vaultId
} catch (error) {
console.error('Error openAsync ', error)
throw new Error(JSON.stringify(error))
return false
}
}