Skip to content

Commit

Permalink
Fix: password reset not working (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k authored Aug 8, 2023
1 parent 5cef709 commit 8792510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/open_food_api_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ class OpenFoodAPIClient {
'userid_or_email': emailOrUserID,
'action': 'process',
'type': 'send_email',
'submit': '.submit',
'.submit': 'Submit',
};

Status status = await HttpHelper().doMultipartRequest(
Expand Down

0 comments on commit 8792510

Please sign in to comment.