Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6592 Rev 6602
Línea 3... Línea 3...
3
import { useForm } from 'react-hook-form'
3
import { useForm } from 'react-hook-form'
4
import { useDispatch, useSelector } from 'react-redux'
4
import { useDispatch, useSelector } from 'react-redux'
5
import Recaptcha from 'react-recaptcha'
5
import Recaptcha from 'react-recaptcha'
6
import cryptoJsAesJson from '../../../utils/crypto-js/cryptojs-aes-format'
6
import cryptoJsAesJson from '../../../utils/crypto-js/cryptojs-aes-format'
Línea 7... Línea 7...
7
 
7
 
8
// import { login } from '../../../redux/auth/auth.actions'
8
import { login } from '../../../redux/auth/auth.actions'
Línea 9... Línea 9...
9
import { addNotification } from '../../../redux/notification/notification.actions'
9
import { addNotification } from '../../../redux/notification/notification.actions'
10
 
10
 
Línea 73... Línea 73...
73
        }
73
        }
Línea 74... Línea 74...
74
 
74
 
75
        reCaptchaInstance.current.reset()
75
        reCaptchaInstance.current.reset()
76
        loginExpiredCallbackHandler()
76
        loginExpiredCallbackHandler()
-
 
77
        reset()
77
        reset()
78
        login()
78
        window.location.replace('/dashboard')
79
        // window.location.replace('/dashboard')
79
      })
80
      })
80
      .catch((err) => {
81
      .catch((err) => {
81
        reCaptchaInstance.current.reset()
82
        reCaptchaInstance.current.reset()
82
        loginExpiredCallbackHandler()
83
        loginExpiredCallbackHandler()