Skip to content

Commit f598bc7

Browse files
committed
Add a note about email domain restrictions
1 parent efa8084 commit f598bc7

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

packages/ui/src/components/ConfigureDirectorySync/steps/TestSyncStep.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,20 @@ export const TestSyncStep = (): JSX.Element => {
9292
Users appear here as your identity provider provisions them, most recent activity first.
9393
</Text>
9494

95+
<Text
96+
as='p'
97+
colorScheme='secondary'
98+
>
99+
<Text
100+
as='span'
101+
colorScheme='secondary'
102+
sx={t => ({ fontWeight: t.fontWeights.$medium })}
103+
>
104+
Note:
105+
</Text>{' '}
106+
only users with an email address from a configured domain will be processed.
107+
</Text>
108+
95109
{rows.length === 0 ? (
96110
<Flex
97111
align='center'

0 commit comments

Comments
 (0)