mirror of
https://github.com/Jackett/Jackett
synced 2025-03-08 21:06:25 +00:00
torrent9-tel: change login error trap
This commit is contained in:
parent
5f055f7dd1
commit
e0561a1e9b
1 changed files with 2 additions and 2 deletions
|
@ -96,9 +96,9 @@ login:
|
||||||
pass: "{{ .Config.password }}"
|
pass: "{{ .Config.password }}"
|
||||||
submit: submit
|
submit: submit
|
||||||
error:
|
error:
|
||||||
- selector: :root:contains("Pseudo ou Mot de passe erron")
|
- selector: :root:contains("Pseudo ou Mot de passe incorrect")
|
||||||
message:
|
message:
|
||||||
text: "Pseudo ou Mot de passe erroné"
|
text: "Pseudo ou Mot de passe incorrect"
|
||||||
test:
|
test:
|
||||||
path: /
|
path: /
|
||||||
selector: a[href="/index.php?page=logout"]
|
selector: a[href="/index.php?page=logout"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue