From 4ab32be8a70e3996bd664ce35858dc6151531b4d Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 7 Apr 2014 15:20:40 +0300 Subject: [PATCH] Dont care about emails for oauth --- app/views/devise/sessions/_oauth_providers.html.haml | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/app/views/devise/sessions/_oauth_providers.html.haml b/app/views/devise/sessions/_oauth_providers.html.haml index 2b1cb9c..f4556ee 100644 --- a/app/views/devise/sessions/_oauth_providers.html.haml +++ b/app/views/devise/sessions/_oauth_providers.html.haml @@ -9,5 +9,3 @@ = link_to authbutton(provider, 32), omniauth_authorize_path(resource_name, provider) - else = link_to provider.to_s.titleize, omniauth_authorize_path(resource_name, provider), class: "btn" - %br - %small * Make sure your email address is public -- libgit2 0.21.2