Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6531 Rev 6532
Línea 68... Línea 68...
68
          }
68
          }
69
          dispatch(addNotification({ style: 'danger', msg: data }))
69
          dispatch(addNotification({ style: 'danger', msg: data }))
70
          return
70
          return
71
        }
71
        }
Línea -... Línea 72...
-
 
72
 
-
 
73
        reCaptchaInstance.current.reset()
72
 
74
        loginExpiredCallbackHandler()
73
        reset()
75
        reset()
74
        dispatch(login())
76
        dispatch(login())
75
      })
77
      })
-
 
78
      .catch((err) => {
-
 
79
        reCaptchaInstance.current.reset()
-
 
80
        loginExpiredCallbackHandler()
-
 
81
        setValue('password', '')
76
      .catch((err) => {
82
 
77
        dispatch(
83
        dispatch(
78
          addNotification({
84
          addNotification({
79
            style: 'danger',
85
            style: 'danger',
80
            msg: 'Disculpe, ha ocurrido un error',
86
            msg: 'Disculpe, ha ocurrido un error',
81
          })
87
          })
82
        )
88
        )
83
        console.log(`Error: ${err}`)
89
        console.log(`Error: ${err}`)
84
        throw new Error(err)
90
        throw new Error(err)
85
      })
-
 
86
      .finally(() => {
91
      })
87
        setIsLoading(false)
-
 
88
        reCaptchaInstance.current.reset()
-
 
89
        loginExpiredCallbackHandler()
-
 
90
        setValue('password', '')
-
 
91
      })
92
      .finally(() => setIsLoading(false))
Línea 92... Línea 93...
92
  }
93
  }
93
 
94
 
94
  const loginVerifyCallbackHandler = (response) => {
95
  const loginVerifyCallbackHandler = (response) => {