32p: fix typo preventing remember login (#8542)

https://github.com/Jackett/Jackett/pull/8491#issuecomment-623000672
This commit is contained in:
janot 2020-05-05 23:57:19 +03:00 committed by GitHub
parent 3710e8f6b2
commit 0442453c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
twostep_pub: "{{ .Config.2facode }}"
keeploggedin: 1
keeplogged: 1
lockip: "{{ .Config.lockip }}"
error:
- selector: "#formerror"