mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 06:40:57 +00:00
channelx: handle login errors
This commit is contained in:
parent
1253b15061
commit
2c423b3b88
1 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,9 @@
|
|||
password: "{{ .Config.password }}"
|
||||
remember: 1
|
||||
error:
|
||||
- selector: div.has-error
|
||||
- selector: script[nonce]:contains("Error")
|
||||
message:
|
||||
selector: script[nonce]:contains("Error")
|
||||
test:
|
||||
path: torrents
|
||||
selector: a[href$="/logout"]
|
||||
|
|
Loading…
Reference in a new issue