Fix create account bug - failure to show connect confirm modal
This commit is contained in:
parent
48c07ad1c0
commit
89fc5b0ae0
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user