From 2b60e8ea732fe314ff5256f2aa33012885901581 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 6 May 2025 15:37:40 -0400 Subject: Server name no longer hardcoded; Logo now configurable; Password api change --- status.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'status.json') 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.", -- cgit v1.2.3