mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 17:58:49 +00:00
Update generationfree.yml (#7347)
Change login username to correct value
This commit is contained in:
parent
edc4c31fa6
commit
888361f46f
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
|||
path: account-login.php
|
||||
method: post
|
||||
inputs:
|
||||
namelogin: "{{ .Config.username }}"
|
||||
name_login: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
error:
|
||||
- selector: td#msgError
|
||||
|
|
Loading…
Reference in a new issue