module Datadog::AppSec::Contrib::Devise::Patcher

def patch_authenticable_strategy

def patch_authenticable_strategy
  ::Devise::Strategies::Authenticatable.prepend(AuthenticatablePatch)
end