From ab893d600625273d80160fde025ad397a8917076 Mon Sep 17 00:00:00 2001 From: Mattias Bodlund Date: Mon, 9 Sep 2024 10:46:04 +0200 Subject: [PATCH] na --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 1c114bd..e1e2483 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,6 +1,6 @@ class ApplicationController < ActionController::Base - http_basic_authenticate_with name: "stupid", password: "studio" + # http_basic_authenticate_with name: "stupid", password: "studio" private