feat: redirect to index after add account

This commit is contained in:
reya
2024-05-29 14:41:33 +07:00
parent 41b66b18f5
commit 70c5143445
6 changed files with 16 additions and 23 deletions
@@ -45,7 +45,7 @@ function Screen() {
if (eventId) {
navigate({
to: "/auth/new/$account/backup",
to: "/auth/$account/backup",
params: { account: account.npub },
replace: true,
});