Browse Source

Merge pull request #111 from apoyan/master

Update two_factor_authenticatable.rb
master
Dmitrii Golub 8 years ago committed by GitHub
parent
commit
40fb11b069
  1. 3
      lib/two_factor_authentication/models/two_factor_authenticatable.rb

3
lib/two_factor_authentication/models/two_factor_authenticatable.rb

@ -153,7 +153,8 @@ module Devise
value: value,
key: Devise.otp_secret_encryption_key,
iv: iv_for_attribute,
salt: salt_for_attribute
salt: salt_for_attribute,
algorithm: 'aes-256-cbc'
}
end

Loading…
Cancel
Save