mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-26 05:34:21 -05:00
Api refactoring fixes (#372)
* Fix JS error when logging in with bad credentials * Remove duplicate error message if bad credentials Error is already nicely displayed in LoginForm
This commit is contained in:
@@ -32,7 +32,7 @@ export const userAPI = {
|
||||
let response = await apiReq.post(
|
||||
authURLs.token,
|
||||
formData,
|
||||
function() { return i18n.t('user.incorrect-username-or-password'); },
|
||||
null,
|
||||
function() { return i18n.t('user.user-successfully-logged-in'); }
|
||||
);
|
||||
return response;
|
||||
|
||||
Reference in New Issue
Block a user