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: Use as_value() to properly serialize form values in login example #3835

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

created-by-varun
Copy link

@created-by-varun created-by-varun commented Mar 6, 2025

This fix is for issue: #3783

The login form example was trying to directly use FormValue in reqwest's form method, which doesn't implement Serialize. This change extracts the actual string values using as_value() before sending them to the server.

The login form example was trying to directly use FormValue in reqwest's form method, which doesn't implement Serialize. This change extracts the actual string values using as_value() before sending them to the server.
@created-by-varun created-by-varun requested a review from a team as a code owner March 6, 2025 12:55
@created-by-varun
Copy link
Author

Hi team,
Can we get some eyes on this?
It's a very small PR - fix for the login example project

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.

1 participant