From 29545a7a6ffebf7905cb17a1518a84bda3cff3d0 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sun, 1 Apr 2018 10:01:34 -0500 Subject: [PATCH] Remove nonfunctional element on login page --- src/invidious.cr | 1 - src/views/login.ecr | 4 ---- 2 files changed, 5 deletions(-) diff --git a/src/invidious.cr b/src/invidious.cr index 0250070b..5569fc02 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -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) diff --git a/src/views/login.ecr b/src/views/login.ecr index fe8b1ef6..822d3798 100644 --- a/src/views/login.ecr +++ b/src/views/login.ecr @@ -16,10 +16,6 @@ - -