"No authentication methods configured." on login screen when only omniauth authentication is enabled
There is a bug in if-else logic of app/views/devise/sessions/new.html.haml view. Current view wrongly renders error message: "No authentication methods configured." when only omniauth authentication provider are enabled. Obviously this error message makes no sense since there actually is a way to authenticate.