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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2019-05-27 16:20:27 +0300
committerJames Lopez <james@gitlab.com>2019-05-27 16:20:27 +0300
commit9c952002195f1a0413a3e0250532935f86596b14 (patch)
tree856ab091a49cd90e42020306a437652cfb4e590a /lib
parentae1d81661d6b0d609cea0d5e3d0e8af547e33ead (diff)
Add no-tabs class and externalize strings
- Add .no-tabs to login-box - Externalize strings in common signup box - Leverage render_if_exists - Update PO file
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/auth/o_auth/auth_hash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/auth/o_auth/auth_hash.rb b/lib/gitlab/auth/o_auth/auth_hash.rb
index 36fc8061d92..72a187377d0 100644
--- a/lib/gitlab/auth/o_auth/auth_hash.rb
+++ b/lib/gitlab/auth/o_auth/auth_hash.rb
@@ -55,7 +55,7 @@ module Gitlab
private
def info
- auth_hash.info
+ auth_hash['info']
end
def get_info(key)