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
@@ -28,7 +28,8 @@ function Screen() {
if (npub) {
navigate({
to: "/auth/settings",
to: "/auth/$account/settings",
params: { account: npub },
replace: true,
});
}