Skip to content
Extraits de code Groupes Projets
Valider 880d7c10 rédigé par zineb.ammar's avatar zineb.ammar
Parcourir les fichiers

update name of attribute

parent 7e01eba4
Branches
1 requête de fusion!28update name of attribute
Pipeline #4254 réussi avec l'étape
in 6 minutes et 25 secondes
......@@ -80,15 +80,15 @@ export function JwtSignInView() {
const renderHead = (
<Stack spacing={1.5} sx={{ mb: 5 }}>
<Typography variant="h5">Sign in to your account</Typography>
<Typography variant="h5">connectez-vous à votre compte</Typography>
<Stack direction="row" spacing={0.5}>
<Typography variant="body2" sx={{ color: 'text.secondary' }}>
{`Don't have an account?`}
{`Vous n'avez pas de compte ?`}
</Typography>
<Link component={RouterLink} href={paths.auth.jwt.signUp} variant="subtitle2">
Get started
Se connecter
</Link>
</Stack>
</Stack>
......@@ -106,8 +106,9 @@ export function JwtSignInView() {
color="inherit"
sx={{ alignSelf: 'flex-end' }}
>
Forgot password?
</Link>
Mot de passe oublié ?
</Link>
<Field.Text
name="password"
......
......@@ -128,6 +128,8 @@ export function JwtSignUpView() {
<Field.Text name="firstName" label="Prénom" InputLabelProps={{ shrink: true }} />
<Field.Text name="lastName" label="Nom" InputLabelProps={{ shrink: true }} />
</Stack>
<Field.Text name="email" label="Adresse email" InputLabelProps={{ shrink: true }} />
<Field.Text
name="dateOfBirth"
label="Date de naissance"
......@@ -142,11 +144,14 @@ export function JwtSignUpView() {
}}
/>
<Field.Text name="email" label="Adresse email" InputLabelProps={{ shrink: true }} />
<Field.CountrySelect name="country" label="Pays" placeholder="Choose a country" />
<Field.Text name="address" label="Adresse" InputLabelProps={{ shrink: true }} />
<Stack direction={{ xs: 'column', sm: 'row' }} spacing={2}>
<Field.Text name="region" label="Région" InputLabelProps={{ shrink: true }} />
<Field.Text name="city" label="Ville" InputLabelProps={{ shrink: true }} />
</Stack>
<Field.Text name="postalCode" label="Code postal" InputLabelProps={{ shrink: true }} />
......
0% ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter