mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
9 lines
446 B
JSON
9 lines
446 B
JSON
|
|
{
|
||
|
|
"missingAuthHeaders": "Missing authentication headers.",
|
||
|
|
"missingUsernameEmail": "Missing username or email.",
|
||
|
|
"missingPassword": "Missing password.",
|
||
|
|
"invalidLoginCredentials": "Incorrect username / email and / or password.",
|
||
|
|
"invalidCredentials": "User not found with given auth credentials.",
|
||
|
|
"accountSuspended": "Account has been suspended, please contact leslie@habitica.com with your UUID \"<%= userId %>\" for assistance."
|
||
|
|
}
|