Skip to content

Commit b8a18f1

Browse files
committed
feat: add should_show_mobile_otp_screen to forgot_password
1 parent 1ac9345 commit b8a18f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export class Authorizer {
170170
try {
171171
const forgotPasswordResp = await this.graphqlQuery({
172172
query:
173-
'mutation forgotPassword($data: ForgotPasswordInput!) { forgot_password(params: $data) { message } }',
173+
'mutation forgotPassword($data: ForgotPasswordInput!) { forgot_password(params: $data) { message should_show_mobile_otp_screen } }',
174174
variables: {
175175
data,
176176
},

0 commit comments

Comments
 (0)