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
@@ -55,7 +55,7 @@ export class CredentialsComponent implements OnInit, OnDestroy {
}
ngOnInit() {
this.titleService.setTitle(`Head Up - ${this.title}`);
this.titleService.setTitle(`Ad Astra - ${this.title}`);
Object.assign(this.user, this.userService.getCurrentUser());
this.credentialsForm.patchValue(this.user);
if (this.user.username) {