Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3743 | Rev 4424 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3743 Rev 3784
Línea 92... Línea 92...
92
        reCaptchaInstance.current.reset();
92
        reCaptchaInstance.current.reset();
93
        signupExpiredCallbackHandler();
93
        signupExpiredCallbackHandler();
94
        setRegistered(true);
94
        setRegistered(true);
95
      })
95
      })
96
      .catch(err => {
96
      .catch(err => {
97
        addNotification({ style: "error", msg: 'Disculpe, ha ocurrido un error' })
97
        addNotification({ style: "danger", msg: 'Disculpe, ha ocurrido un error' })
98
        console.log(`Error: ${err}`)
98
        console.log(`Error: ${err}`)
99
      })
99
      })
100
      .finally(() => setIsLoading(false))
100
      .finally(() => setIsLoading(false))
101
  };
101
  };