aboutsummaryrefslogtreecommitdiff
path: root/status.json
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-05-06 15:37:40 -0400
committerAndrew Lee <andrew@alee14.me>2025-05-06 15:37:40 -0400
commit2b60e8ea732fe314ff5256f2aa33012885901581 (patch)
treea7f0ba63891d731fcfd8000c15259554e5075cb5 /status.json
parentc1ca4c1fb14e674385dbcf96e57082a2ab3d427e (diff)
downloadfreeso-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.json3
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.",