{{ title }}

@if (authType === 'register') { Vous avez déjà un compte ? } @if (authType === 'login') { Vous n'avez pas encore de compte ? }

Informations personnelles
@if (this.authForm.controls['email'].status === 'INVALID') { {{getErrorMessage('email')}} }
@if (authType === 'register') {
@if (this.authForm.controls['lastname'].status === 'INVALID') { {{getErrorMessage('lastname')}} }
} @if (authType === 'register') {
@if (this.authForm.controls['firstname'].status === 'INVALID') { {{getErrorMessage('firstname')}} }
} @if (authType === 'register') {
@if (this.authForm.controls['phone'].status === 'INVALID') { {{getErrorMessage('phone')}} }
} @if (authType === 'register') {
@if (this.authForm.controls['username'].status === 'INVALID') { {{getErrorMessage('username')}} }
} @if (authType === 'register') {
@if (this.authForm.controls['licence'].status === 'INVALID') { {{getErrorMessage('licence')}} }
} @if (authType === 'register') {
@if (this.authForm.controls['poids'].status === 'INVALID') { {{getErrorMessage('poids')}} }
}
Informations de connexion
@if (this.authForm.controls['password'].status === 'INVALID') { {{getErrorMessage('password')}} }
@if (authType === 'register') {
@if (this.authForm.controls['confirmPassword'].status === 'INVALID') { {{getErrorMessage('confirmPassword')}} }
}