Skip to content

Commit

Permalink
#2126 - Add missing property on student account creation (#2127)
Browse files Browse the repository at this point in the history
Add missing property on student account creation
  • Loading branch information
dheepak-aot authored Jul 21, 2023
1 parent 66403ce commit bd3fb0c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ export class StudentAccountApplicationApprovalAPIInDTO extends CreateStudentAPII
email: string;
@Expose()
dateOfBirth: string;
@Expose()
identityProvider: string;
}

0 comments on commit bd3fb0c

Please sign in to comment.