Skip to content

Commit

Permalink
feat: add should_show_mobile_otp_screen to forgot_password
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhansamani committed Dec 21, 2023
1 parent 1ac9345 commit b8a18f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export class Authorizer {
try {
const forgotPasswordResp = await this.graphqlQuery({
query:
'mutation forgotPassword($data: ForgotPasswordInput!) { forgot_password(params: $data) { message } }',
'mutation forgotPassword($data: ForgotPasswordInput!) { forgot_password(params: $data) { message should_show_mobile_otp_screen } }',
variables: {
data,
},
Expand Down

0 comments on commit b8a18f1

Please sign in to comment.