Skip to content

Commit a2b5c25

Browse files
committed
Disable BASIC auth for meeting with オルビス
1 parent 40fe097 commit a2b5c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/spaces_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class SpacesController < ApplicationController
2-
http_basic_authenticate_with name: ENV['SPACES_BASIC_AUTH_NAME'], password: ENV['SPACES_BASIC_AUTH_PASSWORD'] if Rails.env.production?
2+
# http_basic_authenticate_with name: ENV['SPACES_BASIC_AUTH_NAME'], password: ENV['SPACES_BASIC_AUTH_PASSWORD'] if Rails.env.production?
33

44
def index
55
@dojo_count = Dojo.count

0 commit comments

Comments
 (0)