two_factor_authentication
two_factor_authentication copied to clipboard
Uncaught exception: undefined method `delete_cookie_on_logout=' for Devise:Module
When add
config.delete_cookie_on_logout = true
it's appear exception:
Uncaught exception: undefined method 'delete_cookie_on_logout=' for Devise:Module
Thank you.
👍