You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OmniauthCallbacksController invoke the invalid method when its try to loop call Omniauth provider.
# This will raise the error: undefined method `config' for MiaAuth:ModuleMiaAuth.config.omniauth_providers.eachdo |provider|
define_methodproviderdoauthenticateendend# Fix this issue by changing the `config` to `configuration`MiaAuth.configuration.omniauth_providers.eachdo |provider|
define_methodproviderdoauthenticateendend
The configuration method has been defined in lib/mia_auth.rb
The text was updated successfully, but these errors were encountered:
Bug report
The
OmniauthCallbacksController
invoke the invalid method when its try to loop call Omniauth provider.The configuration method has been defined in
lib/mia_auth.rb
The text was updated successfully, but these errors were encountered: