Chiel Hackman
Results
2
comments of
Chiel Hackman
For me it fixed the issue to, but it breaks displaying the last_attempt warning. Fixed it by adding the following to `lib/devise_two_factor/strategies/two_factor_authenticatable.rb` ```ruby if resource.failed_attempts == 2 return fail!(:last_attempt) else...
@nicolasconnault thanks for the solutions. Works like a charm!