Skip to content

Commit a152ca0

Browse files
committed
fix(auth): Do not authenticate on static pages
1 parent 4b1112d commit a152ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/static_pages_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class StaticPagesController < ApplicationController
2-
skip_before_action :authenticate, only: [ :privacy, :terms ]
2+
skip_before_action :authenticate
33
def privacy
44
end
55

0 commit comments

Comments
 (0)