mirror of
https://github.com/iv-org/invidious.git
synced 2025-11-04 22:51:58 +00:00
Remove nonfunctional element on login page
This commit is contained in:
@@ -377,7 +377,6 @@ end
|
||||
post "/login" do |env|
|
||||
email = env.params.body["email"]?
|
||||
password = env.params.body["password"]?
|
||||
remember = env.params.body["remember"]? || "false"
|
||||
|
||||
begin
|
||||
client = make_client(LOGIN_URL)
|
||||
|
||||
Reference in New Issue
Block a user