Unbreak all the tests relying on one login-box.
This commit is contained in:
parent
69f9c00cfb
commit
673c23dd7e
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
= render 'devise/shared/signup_box'
|
= render 'devise/shared/signup_box'
|
||||||
|
|
||||||
- if omniauth_enabled? && devise_mapping.omniauthable? && button_based_providers_enabled?
|
- if omniauth_enabled? && devise_mapping.omniauthable? && button_based_providers_enabled?
|
||||||
.clearfix.omniauth-box
|
.clearfix
|
||||||
= render 'devise/shared/omniauth_box'
|
= render 'devise/shared/omniauth_box'
|
||||||
|
|
||||||
-# Show a message if none of the mechanisms above are enabled
|
-# Show a message if none of the mechanisms above are enabled
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
%div.login-box
|
%div.omniauth-container
|
||||||
%p
|
%p
|
||||||
%span.light
|
%span.light
|
||||||
Sign in with
|
Sign in with
|
||||||
|
|
Loading…
Reference in a new issue