We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac9345 commit b8a18f1Copy full SHA for b8a18f1
src/index.ts
@@ -170,7 +170,7 @@ export class Authorizer {
170
try {
171
const forgotPasswordResp = await this.graphqlQuery({
172
query:
173
- 'mutation forgotPassword($data: ForgotPasswordInput!) { forgot_password(params: $data) { message } }',
+ 'mutation forgotPassword($data: ForgotPasswordInput!) { forgot_password(params: $data) { message should_show_mobile_otp_screen } }',
174
variables: {
175
data,
176
},
0 commit comments