mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Update app-sso.patch
This commit is contained in:
parent
6544f2c8f9
commit
8e0fef9a74
1 changed files with 3 additions and 3 deletions
|
@ -25,10 +25,10 @@ index 5232e6cfd..160348674 100644
|
||||||
|
|
||||||
# If 401 status code should be returned for AJAX requests. True by default.
|
# If 401 status code should be returned for AJAX requests. True by default.
|
||||||
# config.http_authenticatable_on_xhr = true
|
# 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
|
index 065aa2de8..0eb4be10c 100644
|
||||||
--- a/lib/devise/two_factor_ldap_authenticatable.rb
|
--- a/lib/devise/strategies/two_factor_ldap_authenticatable.rb
|
||||||
+++ b/lib/devise/two_factor_ldap_authenticatable.rb
|
+++ b/lib/devise/strategies/two_factor_ldap_authenticatable.rb
|
||||||
@@ -5,13 +5,13 @@ require 'devise/strategies/base'
|
@@ -5,13 +5,13 @@ require 'devise/strategies/base'
|
||||||
|
|
||||||
module Devise
|
module Devise
|
||||||
|
|
Loading…
Add table
Reference in a new issue