wip: new onboarding

This commit is contained in:
2023-10-16 14:42:19 +07:00
parent cd3b9ada5a
commit 3aa4f294f9
28 changed files with 550 additions and 559 deletions

View File

@@ -18,7 +18,7 @@ export class LumeStorage {
this.platform = platform;
}
public async secureSave(value: string, key?: string) {
public async secureSave(key: string, value: string) {
return await invoke('secure_save', { key, value });
}