diff --git a/app/controllers/users/registrations_controller.rb b/app/controllers/users/registrations_controller.rb index 5b2b66f..8a2ed09 100644 --- a/app/controllers/users/registrations_controller.rb +++ b/app/controllers/users/registrations_controller.rb @@ -37,9 +37,9 @@ class Users::RegistrationsController < Devise::RegistrationsController # in to be expired now. This is useful if the user wants to # cancel oauth signing in/up in the middle of the process, # removing all OAuth session data. - # def cancel - # super - # end + def cancel + super + end protected