Skip to content

Commit

Permalink
Update src/lib/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Lee <[email protected]>
  • Loading branch information
kangmingtay and J0 committed Jul 12, 2024
1 parent 7e3c2cc commit 458b9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ export interface AdminUserAttributes extends Omit<UserAttributes, 'data'> {
*
* Allows you to specify a password hash for the user. This is useful for migrating a user's password hash from another service.
*
* Supports bcryot and argon2 password hashes.
* Supports bcrypt and argon2 password hashes.
*/
password_hash?: string

Expand Down

0 comments on commit 458b9ff

Please sign in to comment.