Skip to content

Commit

Permalink
fix: auto_gen_password
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 3, 2024
1 parent 19f8480 commit 29c7672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export type Student = Model<
user: number
school: number
klass: string
auto_gen_password: string
}
>

Expand Down

0 comments on commit 29c7672

Please sign in to comment.