Skip to content

Commit 7cb1e3f

Browse files
authored
fix(auth): Do not authenticate on static pages (#8)
1 parent 4b1112d commit 7cb1e3f

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)