Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete committed Nov 26, 2024
1 parent b493f5c commit 1b3e2f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion frontend/src/component/admin/auth/SamlAuth/SamlAuth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ export const SamlAuth = () => {
documentation
</a>{' '}
to learn how to integrate with specific SAML 2.0
providers (such as Okta, Keycloak, and Microsoft Entra ID). <br />
providers (such as Okta, Keycloak, and Microsoft Entra
ID). <br />
Callback URL:{' '}
<code>{uiConfig.unleashUrl}/auth/saml/callback</code>
</Alert>
Expand Down
5 changes: 2 additions & 3 deletions frontend/src/component/admin/auth/SsoGroupSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ export const SsoGroupSettings = ({
<Grid item md={5}>
<strong>Enable Group Syncing</strong>
<p>
Enables automatically syncing of users from the {' '}
{ssoType}
provider when a user logs in.
Enables automatically syncing of users from the{' '}
{ssoType} provider when a user logs in.
</p>
</Grid>
<Grid item md={6} style={{ padding: '20px' }}>
Expand Down

0 comments on commit 1b3e2f1

Please sign in to comment.