Skip to content

Commit

Permalink
feat: add passwordType to User interface
Browse files Browse the repository at this point in the history
  • Loading branch information
tx2002 authored Oct 18, 2024
1 parent 9160772 commit e8bc1af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export interface User {
type?: string
password?: string
passwordSalt?: string
passwordType?: string
displayName?: string
firstName?: string
lastName?: string
Expand Down

0 comments on commit e8bc1af

Please sign in to comment.