updated import private key process

This commit is contained in:
Ren Amamiya
2023-03-27 15:13:07 +07:00
parent 2350590a22
commit c8a226eecf
5 changed files with 55 additions and 24 deletions

View File

@@ -110,7 +110,7 @@ export default function Page() {
if (res === 'ok') {
// publish to relays
pool.publish(event, relays);
router.push('/');
router.push('/init');
}
})
.catch(console.error);