mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-23 11:28:49 +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