solidusio / solidus_auth_devise

🔑 Devise authentication for your Solidus store.
http://solidus.io
BSD 3-Clause "New" or "Revised" License
52 stars 124 forks source link

Skip admin override for Solidus >= 1.0 #69

Closed jhawthorn closed 8 years ago

jhawthorn commented 8 years ago

We no longer use this override in new versions, so we should skip it.

This should remove the warning:

Deface: 1 overrides found for 'spree/admin/shared/_header'
Deface: 'auth_admin_login_navigation_bar' matched 0 times with '[data-hook='admin_login_navigation_bar'], #admin_login_navigation_bar[data-hook]'
stewart commented 8 years ago

:+1:, thanks @jhawthorn.