mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +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
|
||||
method: form
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
username_email: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
remember: "on"
|
||||
error:
|
||||
|
|
Loading…
Reference in a new issue