Mise à jour du layout

This commit is contained in:
Rampeur
2025-08-13 01:28:11 +02:00
parent 0a6cbc0c00
commit 977104aac2
22 changed files with 267 additions and 313 deletions
+2 -2
View File
@@ -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') {