diff options
-rw-r--r-- | lib/gitlab/auth.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/auth.rb b/lib/gitlab/auth.rb index 001917211a1..0e8559022c6 100644 --- a/lib/gitlab/auth.rb +++ b/lib/gitlab/auth.rb @@ -1,6 +1,6 @@ module Gitlab module Auth - Result = Struct.new(:user, :type, :project, :capabilities) + Result = Struct.new(:user, :project, :type, :capabilities) class << self def find_for_git_client(login, password, project:, ip:) |