From 458b9ff5e06036f26239ccbff299eb4fda632d42 Mon Sep 17 00:00:00 2001 From: Kang Ming Date: Fri, 12 Jul 2024 10:19:49 -0700 Subject: [PATCH] Update src/lib/types.ts Co-authored-by: Joel Lee --- src/lib/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/types.ts b/src/lib/types.ts index 471fba910..2129c01b7 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -444,7 +444,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 bcryot and argon2 password hashes. + * Supports bcrypt and argon2 password hashes. */ password_hash?: string