6 lines
138 B
Ruby
6 lines
138 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class Oauth::TokensController < Doorkeeper::TokensController
|
||
|
include EnforcesTwoFactorAuthentication
|
||
|
end
|