Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tokens_controller.rb « oauth « controllers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 012fa318eea32bf89a14555a1281adcda244790d (plain)
1
2
3
4
5
# frozen_string_literal: true

class Oauth::TokensController < Doorkeeper::TokensController
  include EnforcesTwoFactorAuthentication
end