feat: improve

This commit is contained in:
2024-03-02 15:21:28 +07:00
parent cfcb9bc6ed
commit ca0e041731
62 changed files with 1353 additions and 1631 deletions

View File

@@ -26,7 +26,7 @@ function Create() {
try {
await ark.save_account(keys);
navigate({
to: "/$account/home/local",
to: "/$account/home",
params: { account: keys.npub },
search: { onboarding: true },
replace: true,

View File

@@ -32,7 +32,7 @@ function Import() {
nsec: key,
});
navigate({
to: "/$account/home/local",
to: "/$account/home",
params: { account: npub },
search: { onboarding: true },
replace: true,