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