Houdini / two_factor_authentication

Two factor authentication extension for Devise
MIT License
400 stars 267 forks source link

Change update_attributes to update_columns #209

Closed r6e closed 2 years ago

r6e commented 2 years ago

There are two problems using update_attributes:

This change is a simple replacement of update_attributes with update_columns.

r6e commented 2 years ago

Wrong repo :/