add auth in freetracker
Some checks failed
platform/multy-stub/pipeline/head There was a failure building this commit
Some checks failed
platform/multy-stub/pipeline/head There was a failure building this commit
This commit is contained in:
11
server/routers/freetracker/auth/json/login/login-error.json
Normal file
11
server/routers/freetracker/auth/json/login/login-error.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"success": false,
|
||||
"body": null,
|
||||
"errors": [
|
||||
{
|
||||
"code": "AUTH_INVALID_CREDENTIALS",
|
||||
"message": "Неверное имя пользователя или пароль"
|
||||
}
|
||||
],
|
||||
"warnings": []
|
||||
}
|
||||
Reference in New Issue
Block a user