Skip to content

Commit

Permalink
Allow accessing staging project show page without being logged in
Browse files Browse the repository at this point in the history
There is no reason to require being logged in to obs, in order
to see the content of the staging project show page.

Fixes #7353
  • Loading branch information
krauselukas committed Sep 25, 2019
1 parent cdfa031 commit 4e40b55
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
module Webui
module Staging
class ProjectsController < WebuiController
before_action :require_login
before_action :require_login, except: :show
before_action :set_staging_workflow
after_action :verify_authorized, except: :show

Expand Down

0 comments on commit 4e40b55

Please sign in to comment.