feat: redirect to index after add account
This commit is contained in:
@@ -45,7 +45,7 @@ function Screen() {
|
||||
|
||||
if (eventId) {
|
||||
navigate({
|
||||
to: "/auth/new/$account/backup",
|
||||
to: "/auth/$account/backup",
|
||||
params: { account: account.npub },
|
||||
replace: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user