You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It creates snapshots on stronghold.save() instead of having a persistent vault.hold file to read from on second load.
Reproduction
Setup a default tauri project using the tauri cli. Then follow the stronghold docs add the plugin then the default stronghold code from the docs example.
Expected behavior
One vault.hold file is created not a vault.hold.UIWWHUIEH snapshot that is random every launch. That can't be re-read from.
Describe the bug
It creates snapshots on
stronghold.save()
instead of having a persistentvault.hold
file to read from on second load.Reproduction
Setup a default tauri project using the tauri cli. Then follow the stronghold docs add the plugin then the default stronghold code from the docs example.
Expected behavior
One
vault.hold
file is created not avault.hold.UIWWHUIEH
snapshot that is random every launch. That can't be re-read from.Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: