Skip to content

Commit

Permalink
fix: remove data type (#848)
Browse files Browse the repository at this point in the history
## What kind of change does this PR introduce?
* Fixes #811
  • Loading branch information
kangmingtay committed Feb 7, 2024
1 parent 847b0a5 commit 15c7c82
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 15c7c82

Please sign in to comment.