Implement RS auth revocation
This commit is contained in:
@@ -3,7 +3,8 @@ class Services::RemotestorageController < Services::BaseController
|
||||
before_action :require_feature_enabled
|
||||
before_action :require_service_available
|
||||
|
||||
def dashboard
|
||||
# Dashboard
|
||||
def show
|
||||
# unless current_user.services_enabled.include?(:remotestorage)
|
||||
# redirect_to service_remotestorage_info_path
|
||||
# end
|
||||
|
||||
Reference in New Issue
Block a user