summaryrefslogtreecommitdiff
path: root/lib/gitlab/auth/o_auth/auth_hash.rb
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2019-05-27 13:20:27 +0000
committerJames Lopez <james@gitlab.com>2019-05-27 13:20:27 +0000
commit9c952002195f1a0413a3e0250532935f86596b14 (patch)
tree856ab091a49cd90e42020306a437652cfb4e590a /lib/gitlab/auth/o_auth/auth_hash.rb
parentae1d81661d6b0d609cea0d5e3d0e8af547e33ead (diff)
downloadgitlab-ce-9c952002195f1a0413a3e0250532935f86596b14.tar.gz
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/gitlab/auth/o_auth/auth_hash.rb')
-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)