You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This report shows changes to your account access to <%= config.name %>. The following account changes have occurred.
128
+
<p>This report shows changes to your account access to <%= config.name %>. The following account changes have occurred.</p>
129
129
<% summary.addRoles.forEach(function(role) { %>
130
-
Add: <%= role %><% if (addRoleMap[role]) { %>
130
+
<p>Add: <%= role %></p><% if (addRoleMap[role]) { %>
131
131
132
132
<%= addRoleMap[role] %>
133
133
<% }}); %>
134
134
135
135
<% summary.delRoles.forEach(function(role) { %>
136
-
Remove: <%= role %>
136
+
<p>Remove: <%= role %></p>
137
137
<% }); %>
138
138
139
-
This service uses your connections in Broker's graph to enable (and disable) access by altering your roles in Common Hosted Single Sign-On (CSS).`,
139
+
<p>This service uses your connections in Broker's graph to enable (and disable) access by altering your roles in Common Hosted Single Sign-On (CSS).</p>
0 commit comments