Skip to content

Commit

Permalink
Fix metadata type in CreateUserOptions (#789)
Browse files Browse the repository at this point in the history
Co-authored-by: Rita Zerrizuela <[email protected]>
  • Loading branch information
poovamraj and Widcket authored Nov 6, 2023
1 parent a43f497 commit 4c6e1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ export interface CreateUserOptions {
/**
* Additional information that will be stored in `user_metadata`
*/
metadata?: string;
metadata?: object;
[key: string]: any;
}

Expand Down

0 comments on commit 4c6e1ab

Please sign in to comment.