diff --git a/src/lib/types.ts b/src/lib/types.ts index 6d947c75..8ff309a1 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -449,7 +449,7 @@ export interface AdminUserAttributes extends Omit { * * Allows you to specify a password hash for the user. This is useful for migrating a user's password hash from another service. * - * Supports bcrypt and argon2 password hashes. + * Supports bcrypt, scrypt (firebase), and argon2 password hashes. */ password_hash?: string