prettier config
This commit is contained in:
@ -51,7 +51,7 @@ export const AuthBox = ({ title }) => {
|
||||
dispatch(loading(true));
|
||||
apiRequest("/user/login", {
|
||||
method: "POST",
|
||||
data: formData,
|
||||
data: formData
|
||||
}).then((res) => {
|
||||
if (!res.access_token) {
|
||||
setError("Введены некорректные данные для входа");
|
||||
|
Reference in New Issue
Block a user