mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 11:17:22 +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 }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
twostep_pub: "{{ .Config.2facode }}"
|
twostep_pub: "{{ .Config.2facode }}"
|
||||||
keeploggedin: 1
|
keeplogged: 1
|
||||||
lockip: "{{ .Config.lockip }}"
|
lockip: "{{ .Config.lockip }}"
|
||||||
error:
|
error:
|
||||||
- selector: "#formerror"
|
- selector: "#formerror"
|
||||||
|
|
Loading…
Reference in a new issue