Skip to content
Snippets Groups Projects

chore: drop support for mfaEnforced

Merged Pavel Břoušek requested to merge remove-mfaEnforced into main
3 files
+ 4
13
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
5
@@ -59,11 +59,6 @@ class AuthSwitcher
@@ -59,11 +59,6 @@ class AuthSwitcher
*/
*/
public const MFA_TOKENS = 'mfaTokens';
public const MFA_TOKENS = 'mfaTokens';
/**
* user attribute which contains boolean whether MFA should be enforced
*/
public const MFA_ENFORCED = 'mfaEnforced';
/**
/**
* user attribute which contains settings object for enforcing MFA
* user attribute which contains settings object for enforcing MFA
*/
*/
Loading