mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
anthelion-api: add no api key login error
This commit is contained in:
@@ -42,6 +42,9 @@ login:
|
|||||||
- selector: ":root:contains(\"Unrecognized key\")"
|
- selector: ":root:contains(\"Unrecognized key\")"
|
||||||
message:
|
message:
|
||||||
text: "The API key was not accepted by {{ .Config.sitelink }}."
|
text: "The API key was not accepted by {{ .Config.sitelink }}."
|
||||||
|
- selector: ":root:contains(\"No API_KEY provided\")"
|
||||||
|
message:
|
||||||
|
text: "You did not enter an API key."
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
Reference in New Issue
Block a user