Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2802 Rev 2864
Línea 11... Línea 11...
11
import CryptoJSAesJson from '../../utils/crypto-js/cryptojs-aes-format'
11
import CryptoJSAesJson from '../../utils/crypto-js/cryptojs-aes-format'
Línea 12... Línea 12...
12
 
12
 
13
import Spinner from 'components/UI/Spinner'
13
import Spinner from 'components/UI/Spinner'
14
import AuthForm from '../../components/auth/AuthForm'
14
import AuthForm from '../../components/auth/AuthForm'
15
import Input from 'components/UI/form/FormInputText'
-
 
16
import Paraphrase from 'components/UI/Paraphrase'
15
import Input from 'components/UI/form/FormInputText'
17
import SwitchInput from 'components/UI/SwitchInput'
16
import SwitchInput from 'components/UI/SwitchInput'
18
import Checkbox from 'components/UI/checkbox/Checkbox'
17
import Checkbox from 'components/UI/checkbox/Checkbox'
-
 
18
import Button from '@app/components/UI/buttons/Buttons'
Línea 19... Línea 19...
19
import Button from '@app/components/UI/buttons/Buttons'
19
import { Typography } from '@mui/material'
20
 
20
 
21
const StyledCheck = styled.div`
21
const StyledCheck = styled.div`
22
  display: flex;
22
  display: flex;
Línea 144... Línea 144...
144
  if (registered) {
144
  if (registered) {
145
    return (
145
    return (
146
      <StyledCheck>
146
      <StyledCheck>
147
        <CheckCircleOutline sx={{ color: '#7FFF00', fontSize: '3rem' }} />
147
        <CheckCircleOutline sx={{ color: '#7FFF00', fontSize: '3rem' }} />
Línea 148... Línea 148...
148
 
148
 
149
        <Paraphrase>
149
        <Typography>
150
          Se ha registrado correctamente. Por favor, active la cuenta desde su
150
          Se ha registrado correctamente. Por favor, active la cuenta desde su
151
          correo
151
          correo
Línea 152... Línea 152...
152
        </Paraphrase>
152
        </Typography>
153
 
153
 
154
        <Link to='/signin'>
154
        <Link to='/signin'>
155
          <button className='btn btn-primary'>Entrar</button>
155
          <button className='btn btn-primary'>Entrar</button>