diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-05-06 15:37:40 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-05-06 15:37:40 -0400 |
| commit | 2b60e8ea732fe314ff5256f2aa33012885901581 (patch) | |
| tree | a7f0ba63891d731fcfd8000c15259554e5075cb5 /status.json | |
| parent | c1ca4c1fb14e674385dbcf96e57082a2ab3d427e (diff) | |
| download | freeso-discord-auth-2b60e8ea732fe314ff5256f2aa33012885901581.tar.gz freeso-discord-auth-2b60e8ea732fe314ff5256f2aa33012885901581.tar.bz2 freeso-discord-auth-2b60e8ea732fe314ff5256f2aa33012885901581.zip | |
Server name no longer hardcoded; Logo now configurable; Password api change
Diffstat (limited to 'status.json')
| -rw-r--r-- | status.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/status.json b/status.json index 076dd3a..e22aff5 100644 --- a/status.json +++ b/status.json @@ -19,7 +19,8 @@ "email_invalid": "Invalid email address.", "user_invalid": "User does not exist.", "incorrect_password": "Incorrect password.", - "invalid_token": "Invalid confirmation token." + "invalid_token": "Invalid confirmation token.", + "key_invalid": "Invalid key." }, "success_responses": { "success": "Operation was successful.", |
