Skip to content
Snippets Groups Projects
Commit 00a074f7 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

Merge branch...

Merge branch '337-onboarding-changement-de-titres-entre-le-nom-perso-et-le-nom-de-la-structure' into 'dev'

fix(onboarding): personal information title

See merge request !560
parents 5278ca28 f1444316
2 merge requests!572V2.4.0,!560fix(onboarding): personal information title
<form *ngIf="accountForm && !profile" [formGroup]="accountForm">
<div class="title">
<h3>Qui êtes-vous&nbsp;?</h3>
<h3>Informations personnelles</h3>
<p>
Vos informations seront référencées en tant que professionnel·le dans l'annuaire Rés'in pour les
utilisateur·trices connecté·e·s.
</p>
</div>
<div class="form-group" fxLayout="column">
<label for="name">Prénom</label>
<label for="name">Votre prénom</label>
<div fxLayout="row" fxLayoutGap="13px">
<input type="text" formControlName="name" class="form-input" (input)="setValidationsForm()" />
<app-svg-icon *ngIf="accountForm.get('name').valid" [iconClass]="'icon-26'" [type]="'form'" [icon]="'validate'" />
......@@ -16,7 +20,7 @@
</div>
</div>
<div class="form-group" fxLayout="column">
<label for="surname">Nom</label>
<label for="surname">Votre nom</label>
<div fxLayout="row" fxLayoutGap="13px">
<input type="text" formControlName="surname" class="form-input" (input)="setValidationsForm()" />
<app-svg-icon
......@@ -34,7 +38,7 @@
</div>
</div>
<div class="form-group" fxLayout="column">
<label for="phone">Téléphone</label>
<label for="phone">Votre téléphone</label>
<div fxLayout="row" fxLayoutGap="13px">
<input
type="text"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment