mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 05:35:46 +08:00
FIX unbind account bug
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
class Ci::CloudAccountsController < Ci::BaseController
|
class Ci::CloudAccountsController < Ci::BaseController
|
||||||
include Ci::CloudAccountManageable
|
include Ci::CloudAccountManageable
|
||||||
|
|
||||||
skip_before_action :connect_to_ci_database, only: %i[create bind]
|
skip_before_action :connect_to_ci_database, only: %i[create bind unbind]
|
||||||
before_action :load_project, only: %i[create activate]
|
before_action :load_project, only: %i[create activate]
|
||||||
before_action :authorize_owner!, only: %i[create activate]
|
before_action :authorize_owner!, only: %i[create activate]
|
||||||
before_action :load_repo, only: %i[activate]
|
before_action :load_repo, only: %i[activate]
|
||||||
|
|||||||
Reference in New Issue
Block a user