Hotfix captcha not showing after signup

environments/review-captcha-ho-nzk1ss/deployments/4903
Alex Gleason 2024-10-13 19:16:38 -05:00
rodzic a31234e8a1
commit bbc4d7026b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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());
}