wip: onboarding

This commit is contained in:
2024-03-25 14:22:06 +07:00
parent a49b88ab35
commit 6e489f1c49
22 changed files with 299 additions and 422 deletions

View File

@@ -71,7 +71,7 @@ export class Ark {
public async save_account(nsec: string, password: string = "") {
try {
const cmd: boolean = await invoke("save_key", {
const cmd: string = await invoke("save_key", {
nsec,
password,
});