Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
H
hire3-front
Gestion
Activité
Membres
Labels
Programmation
Tickets
0
Tableaux des tickets
Jalons
Wiki
Jira
Code
Requêtes de fusion
2
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de paquets
Opération
Environnements
Modules Terraform
Surveillance
Incidents
Service d'assistance
Analyse
Données d'analyse des chaînes de valeur
Contributor analytics
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
hire3
hire3-front
Validations
880d7c10
Valider
880d7c10
rédigé
il y a 11 mois
par
zineb.ammar
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
update name of attribute
parent
7e01eba4
Branches
Branches contenant la validation
1 requête de fusion
!28
update name of attribute
Pipeline
#4254
réussi avec l'étape
in 6 minutes et 25 secondes
Modifications
2
Pipelines
1
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
2 fichiers modifiés
src/shared/sections/auth/jwt/jwt-sign-in-view.tsx
+6
-5
6 ajouts, 5 suppressions
src/shared/sections/auth/jwt/jwt-sign-in-view.tsx
src/shared/sections/auth/jwt/jwt-sign-up-view.tsx
+6
-1
6 ajouts, 1 suppression
src/shared/sections/auth/jwt/jwt-sign-up-view.tsx
avec
12 ajouts
et
6 suppressions
src/shared/sections/auth/jwt/jwt-sign-in-view.tsx
+
6
−
5
Voir le fichier @
880d7c10
...
...
@@ -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 star
te
d
Se connec
te
r
</
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"
...
...
This diff is collapsed.
Click to expand it.
src/shared/sections/auth/jwt/jwt-sign-up-view.tsx
+
6
−
1
Voir le fichier @
880d7c10
...
...
@@ -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
}
}
/>
...
...
This diff is collapsed.
Click to expand it.
Aperçu
0%
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter