feat(web): clear person birthdate (#18330)

This commit is contained in:
Jason Rasmussen
2025-05-16 11:56:25 -04:00
committed by GitHub
parent a9e7d0388b
commit 28d8357cc5
7 changed files with 190 additions and 101 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ export class PersonController {
constructor(
private service: PersonService,
private logger: LoggingRepository,
) {}
) {
this.logger.setContext(PersonController.name);
}
@Get()
@Authenticated({ permission: Permission.PERSON_READ })