Mise à jour du layout
This commit is contained in:
@@ -76,11 +76,11 @@ export class AuthComponent implements OnInit, OnDestroy {
|
||||
if (this.authType === 'register') {
|
||||
this.title = 'Création de compte';
|
||||
this.btnTitle = 'Créer le compte';
|
||||
this.titleService.setTitle(`Head Up - Créer un compte`);
|
||||
this.titleService.setTitle(`Ad Astra - Créer un compte`);
|
||||
} else {
|
||||
this.title = 'Se connecter';
|
||||
this.btnTitle = 'Se connecter';
|
||||
this.titleService.setTitle(`Head Up - Connexion`);
|
||||
this.titleService.setTitle(`Ad Astra - Connexion`);
|
||||
}
|
||||
// add form control for username if this is the register page
|
||||
if (this.authType === 'register') {
|
||||
|
||||
Reference in New Issue
Block a user