feat: revamp nostr connect flow

This commit is contained in:
reya
2024-05-30 15:21:33 +07:00
parent 6d42360549
commit 41d0de539d
8 changed files with 113 additions and 216 deletions
@@ -33,7 +33,8 @@ function Screen() {
}
return navigate({
to: "/auth/settings",
to: "/auth/$account/settings",
params: { account },
});
}