Skip to content

Commit 39b19e1

Browse files
Merge pull request #2441 from PremierOneData/patch-2
Update MFAReport.jsx
2 parents f6d09ef + ca8fc7f commit 39b19e1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/views/identity/reports/MFAReport.jsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,15 @@ const MFAList = () => {
139139
{
140140
filterName: 'Enabled, licensed non-guest users missing MFA',
141141
filter:
142-
'Complex: UPN notlike #EXT#; IsLicensed eq true; accountEnabled eq true; MFARegistration eq false',
142+
'Complex: UPN notlike #EXT#; IsLicensed eq true; accountEnabled eq true; MFARegistration ne true',
143143
},
144144
{
145145
filterName: 'No MFA methods registered',
146-
filter: 'Complex: MFARegistration eq false',
146+
filter: 'Complex: MFARegistration ne true',
147+
},
148+
{
149+
filterName: 'MFA methods registered',
150+
filter: 'Complex: MFARegistration eq true',
147151
},
148152
],
149153
columns: tenant.defaultDomainName === 'AllTenants' ? Altcolumns : columns,

0 commit comments

Comments
 (0)