mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 07:10:44 +00:00
ExoticaZ: fix login
This commit is contained in:
parent
12cc25bdb0
commit
f05db7f544
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
path: /login
|
path: /login
|
||||||
method: form
|
method: form
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username_email: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
remember: "on"
|
remember: "on"
|
||||||
error:
|
error:
|
||||||
|
|
Loading…
Reference in a new issue