Skip to content

Commit

Permalink
Merge branch 'master' into fix-double-failed-attempts-and-code-error-…
Browse files Browse the repository at this point in the history
…message
  • Loading branch information
pdkproitf committed Aug 28, 2018
2 parents afc7aad + 4fa86bf commit 2291a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devise_two_factor/strategies/two_factor_backupable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ def valid_otp_backup?(resource)
end
end

Warden::Strategies.add(:two_factor_backupable, Devise::Strategies::TwoFactorBackupable)
Warden::Strategies.add(:two_factor_backupable, Devise::Strategies::TwoFactorBackupable)

0 comments on commit 2291a86

Please sign in to comment.