hdbits: untested fix for login issue #12120

This commit is contained in:
Garfield69 2021-08-23 17:16:08 +12:00
parent bb4d3d5727
commit d7040e7de4
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ login:
inputs:
uname: "{{ .Config.username }}"
password: "{{ .Config.password }}"
selectorinputs:
csrf:
selector: input[name="csrf"]
attribute: value
error:
- selector: table.main:contains("Login Failed!")
test: