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

Merged
merged 4 commits into from
Feb 2, 2025

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.

@Akshatji800 Akshatji800 merged commit 24e8f54 into CCExtractor:main Feb 2, 2025
7 checks passed
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
2 participants