add auth in freetracker
Some checks failed
platform/multy-stub/pipeline/head There was a failure building this commit

This commit is contained in:
2024-12-31 10:11:17 +03:00
parent 571c43c33c
commit e73f7e2dc9
8 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"success": false,
"body": null,
"errors": [
{
"code": "RESET_PASSWORD_EMAIL_NOT_FOUND",
"message": "Адрес электронной почты не зарегистрирован"
}
],
"warnings": []
}

View File

@@ -0,0 +1,8 @@
{
"success": true,
"body": {
"message": "Отправлено электронное письмо для сброса пароля"
},
"errors": [],
"warnings": []
}