Remove omniauth
This commit is contained in:
parent
30e4a1ab90
commit
6a1db1a91d
|
@ -17,5 +17,3 @@
|
||||||
= f.button :submit, t('layout.devise.shared_links.sign_in')
|
= f.button :submit, t('layout.devise.shared_links.sign_in')
|
||||||
.row
|
.row
|
||||||
= link_to t('layout.devise.shared_links.forgot_password'), new_password_path(resource_name)
|
= link_to t('layout.devise.shared_links.forgot_password'), new_password_path(resource_name)
|
||||||
rd-widget-footer
|
|
||||||
== render 'devise/shared/providers'
|
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
- if devise_mapping.omniauthable?
|
|
||||||
.row
|
|
||||||
.col-md-12
|
|
||||||
.pull-left
|
|
||||||
= t('.sign_up_with')
|
|
||||||
.pull-right
|
|
||||||
- resource_class.omniauth_providers.each do |provider|
|
|
||||||
a.text-muted> href=omniauth_authorize_path(resource_name, provider)
|
|
||||||
i.fa.fa-2x class="fa-#{provider}-square"
|
|
Loading…
Reference in New Issue