8 lines
134 B
Ruby
8 lines
134 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module PersonalAccessTokensHelper
|
||
|
def personal_access_token_expiration_enforced?
|
||
|
false
|
||
|
end
|
||
|
end
|