Skip to content

Commit

Permalink
Enforce login for packages/branches_controller
Browse files Browse the repository at this point in the history
Fixes #9603
  • Loading branch information
Dany Marcoux committed May 26, 2020
1 parent a635549 commit 4cd4192
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module Webui
module Packages
class BranchesController < Packages::MainController
before_action :require_login
before_action :set_project, only: [:new, :into]
before_action :set_package, only: [:new]

Expand Down

0 comments on commit 4cd4192

Please sign in to comment.