feat(#75): Seed Super Administrateur par défaut (#76)

Co-authored-by: Julien Martin <julien.martin@ptits-pas.fr>
Co-committed-by: Julien Martin <julien.martin@ptits-pas.fr>
This commit was merged in pull request #76.
This commit is contained in:
2026-01-27 15:07:22 +00:00
committed by jmartin
parent cef197d133
commit c5028c3b22
11 changed files with 29 additions and 373 deletions
@@ -19,4 +19,7 @@ export class ProfileResponseDto {
@ApiProperty({ enum: StatutUtilisateurType })
statut: StatutUtilisateurType;
@ApiProperty({ description: 'Indique si le changement de mot de passe est obligatoire à la première connexion' })
changement_mdp_obligatoire: boolean;
}