Skip to content

Commit

Permalink
fix type for forgot password
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhansamani committed Dec 21, 2023
1 parent c6a6701 commit 6b6f1a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ export interface UpdateProfileInput {
}

export interface ForgotPasswordInput {
email: string;
email?: string;
phone_number?: string;
state?: string;
redirect_uri?: string;
}
Expand Down

0 comments on commit 6b6f1a6

Please sign in to comment.