Houdini / two_factor_authentication

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

Change method name 'decode_salt_if_encoded' to 'decode_otp_salt_if_en… #175

Open kalpesh-fulpagare opened 5 years ago

kalpesh-fulpagare commented 5 years ago

Changed the method name _decode_salt_ifencoded from EncryptionInstanceMethods module. Same method name is used in attr_encrypted gem with two arguments, and hence its raising exception.