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

View File

@@ -27,8 +27,7 @@ function Screen() {
if (npub) {
navigate({
to: "/auth/$account/settings",
params: { account: npub },
to: "/auth/settings",
replace: true,
});
}