From 7d9b64117a057430184faed008aee2070804b8f9 Mon Sep 17 00:00:00 2001 From: Mattias Bodlund Date: Sun, 27 Apr 2025 17:50:05 +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 e1e2483..1c114bd 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