Hotfix captcha not showing after signup
This commit is contained in:
parent
a31234e8a1
commit
bbc4d7026b
|
@ -63,10 +63,10 @@ const KeygenStep: React.FC<IKeygenStep> = ({ onClose }) => {
|
|||
await relay?.event(kind0);
|
||||
await Promise.all(events.map((event) => relay?.event(event)));
|
||||
|
||||
await dispatch(logInNostr(pubkey));
|
||||
|
||||
onClose();
|
||||
|
||||
await dispatch(logInNostr(pubkey));
|
||||
|
||||
if (isMobile) {
|
||||
dispatch(closeSidebar());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue