Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix otp verification #252

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

himanshugoyal77
Copy link

Fixes #251

Describe the changes you have made in this PR -
I modified the GraphQL mutation queries to explicitly include user details as parameters. Previously, the application relied on the GraphQL context to provide user information automatically, but this approach is no longer working. To resolve the issue, I updated the queries to manually pass the required user details in request, ensuring they are correctly received and processed by the backend.

Screenshots of the changes (If any) -
image

Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

verification OTP not working
1 participant