-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sign out with email provider error #16
Comments
@markusklooth - good catch! I'll look into this ASAP. |
@markusklooth - this should be resolved with |
Looks like I spoke too soon. There seems to be an issue with devise 3.3.0. I posted an issue (heartcombo/devise#3163), but in the meantime you can downgrade to devise 3.2.4. Reopening until the issue is resolved. |
This should be resolved in version |
When routing to sessions#destroy (logging out with email provider), in the SessionsController#destroy function,
a before_filter
verify_signed_out_user
from theDevise::SessionsController
is run.Inside
verify_signed_out_user
the functionrespond_to_on_destroy
is called which renders an output:before the
render json: {success:true}
is executed resulting in an error.The text was updated successfully, but these errors were encountered: