From 8e0fef9a747371d67b9496156f0f4f97a58975cb Mon Sep 17 00:00:00 2001 From: kaiba <27407917+warpKaiba@users.noreply.github.com> Date: Thu, 15 Feb 2024 19:41:13 -0600 Subject: [PATCH] Update app-sso.patch --- sources/patches/app-sso.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/patches/app-sso.patch b/sources/patches/app-sso.patch index 0ae6380..7e23f01 100644 --- a/sources/patches/app-sso.patch +++ b/sources/patches/app-sso.patch @@ -25,10 +25,10 @@ index 5232e6cfd..160348674 100644 # If 401 status code should be returned for AJAX requests. True by default. # config.http_authenticatable_on_xhr = true -diff --git a/lib/devise/two_factor_ldap_authenticatable.rb b/lib/devise/two_factor_ldap_authenticatable.rb +diff --git a/lib/devise/strategies/two_factor_ldap_authenticatable.rb b/lib/devise/strategies/two_factor_ldap_authenticatable.rb index 065aa2de8..0eb4be10c 100644 ---- a/lib/devise/two_factor_ldap_authenticatable.rb -+++ b/lib/devise/two_factor_ldap_authenticatable.rb +--- a/lib/devise/strategies/two_factor_ldap_authenticatable.rb ++++ b/lib/devise/strategies/two_factor_ldap_authenticatable.rb @@ -5,13 +5,13 @@ require 'devise/strategies/base' module Devise