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 relay?.event(kind0);
|
||||||
await Promise.all(events.map((event) => relay?.event(event)));
|
await Promise.all(events.map((event) => relay?.event(event)));
|
||||||
|
|
||||||
await dispatch(logInNostr(pubkey));
|
|
||||||
|
|
||||||
onClose();
|
onClose();
|
||||||
|
|
||||||
|
await dispatch(logInNostr(pubkey));
|
||||||
|
|
||||||
if (isMobile) {
|
if (isMobile) {
|
||||||
dispatch(closeSidebar());
|
dispatch(closeSidebar());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue