diff --git a/src/lib/types.ts b/src/lib/types.ts index 188c2c975..38e7440c4 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -506,12 +506,6 @@ export type SignInWithPasswordCredentials = /** The user's password. */ password: string options?: { - /** - * A custom data object to store the user's metadata. This maps to the `auth.users.user_metadata` column. - * - * The `data` should be a JSON object that includes user-specific info, such as their first and last name. - */ - data?: object /** Verification token received when the user completes the captcha on the site. */ captchaToken?: string }