Commit 4ab32be8a70e3996bd664ce35858dc6151531b4d

Authored by Dmitriy Zaporozhets
1 parent 84d17f79

Dont care about emails for oauth

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/views/devise/sessions/_oauth_providers.html.haml
... ... @@ -9,5 +9,3 @@
9 9 = link_to authbutton(provider, 32), omniauth_authorize_path(resource_name, provider)
10 10 - else
11 11 = link_to provider.to_s.titleize, omniauth_authorize_path(resource_name, provider), class: "btn"
12   - %br
13   - %small * Make sure your email address is public
... ...