mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 17:46:07 +10:00
Fix call of non-existing method
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ module AuthHelper
|
||||
end
|
||||
|
||||
def kerberos_enabled?
|
||||
enabled_oauth_providers.include?(:kerberos)
|
||||
auth_providers.include?(:kerberos)
|
||||
end
|
||||
|
||||
def provider_has_icon?(name)
|
||||
|
||||
Reference in New Issue
Block a user