mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 19:04:09 +00:00
32p: fix typo preventing remember login (#8542)
https://github.com/Jackett/Jackett/pull/8491#issuecomment-623000672
This commit is contained in:
parent
3710e8f6b2
commit
0442453c03
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
twostep_pub: "{{ .Config.2facode }}"
|
||||
keeploggedin: 1
|
||||
keeplogged: 1
|
||||
lockip: "{{ .Config.lockip }}"
|
||||
error:
|
||||
- selector: "#formerror"
|
||||
|
|
Loading…
Reference in a new issue