Skip to content

Commit

Permalink
feat: add phone_number & otp to reset password input
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhansamani committed Dec 21, 2023
1 parent 4b3c4d3 commit 0c68c8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ export interface ForgotPasswordResponse {
}

export interface ResetPasswordInput {
token: string;
token?: string;
otp?: string;
phone_number?: string;
password: string;
confirm_password: string;
}
Expand Down

0 comments on commit 0c68c8a

Please sign in to comment.