Skip to content

Commit 0aadbe9

Browse files
Merge pull request #5487 from Zacgoose/gdap-role-check
Fix: Update CippGDAPResults.jsx
2 parents 4aa1d51 + ca78398 commit 0aadbe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/CippSettings/CippGDAPResults.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ export const CippGDAPResults = (props) => {
5757
resultProperty: "Memberships",
5858
matchProperty: "displayName",
5959
match: "^M365 GDAP.+",
60-
count: 12,
61-
successMessage: "User is a member of the 12 CIPP Recommended GDAP groups",
62-
failureMessage: "User is not a member of the 12 CIPP Recommended GDAP groups",
60+
count: 15,
61+
successMessage: "User is a member of the 15 CIPP Recommended GDAP groups",
62+
failureMessage: "User is not a member of the 15 CIPP Recommended GDAP groups",
6363
},
6464
{
6565
resultProperty: "GDAPIssues",

0 commit comments

Comments
 (0)