Skip to content

Commit 63bd902

Browse files
cconard96cedric-anne
authored andcommitted
Fix 2fa profile setting in simplified interface profiles
1 parent 08e2ccc commit 63bd902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Profile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Profile extends CommonDBTM implements LinkableToTilesInterface
7979

8080

8181
/// Common fields used for all profiles type
82-
public static $common_fields = ['id', 'interface', 'is_default', 'name'];
82+
public static $common_fields = ['id', 'interface', 'is_default', 'name', '2fa_enforced'];
8383

8484
public $dohistory = true;
8585

0 commit comments

Comments
 (0)