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 @@
-
-