Fix create account bug - failure to show connect confirm modal

This commit is contained in:
artur 2024-02-08 14:52:34 +03:00
parent 48c07ad1c0
commit 89fc5b0ae0

View File

@ -46,9 +46,12 @@ const CreatePage = () => {
appNpub,
appUrl,
token,
// needed for this screen itself
name,
// will close after all done
popup: 'true'
},
replace: true
});
} catch (error: any) {