From 3bae6ef40e049f6ad294a9b03043cb43e0014cc6 Mon Sep 17 00:00:00 2001 From: profitroll Date: Thu, 16 Feb 2023 14:54:49 +0100 Subject: [PATCH] Removed unused messages --- config_example.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/config_example.json b/config_example.json index f59c4dc..1d41a36 100644 --- a/config_example.json +++ b/config_example.json @@ -7,15 +7,7 @@ "password": null }, "messages": { - "key_expired": "API key expired", - "key_invalid": "Invalid API key", - "key_valid": "Valid API key", - "bad_request": "Bad request. Read the docs at photos.end-play.xyz/docs", - "ip_blacklisted": "Your IP is blacklisted. Make sure you are using correct API address.", - "credentials_invalid": "Incorrect user or password", - "user_already_exists": "User with this username already exists.", - "email_confirmed": "Email confirmed. You can now log in.", - "email_code_invalid": "Confirmation code is invalid." + "email_confirmed": "Email confirmed. You can now log in." }, "external_address": "localhost", "registration_enabled": true,