We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bded23f commit 7fb5174Copy full SHA for 7fb5174
redisinsight/ui/src/components/oauth/oauth-sso/oauth-autodiscovery/OAuthAutodiscovery.tsx
@@ -78,7 +78,7 @@ const OAuthAutodiscovery = (props: Props) => {
78
)
79
80
return (
81
- <div className={styles.container} data-testid="oauth-container-import">
+ <StyledContainer data-testid="oauth-container-import">
82
<Text>
83
Use{' '}
84
<strong>
@@ -94,7 +94,7 @@ const OAuthAutodiscovery = (props: Props) => {
94
>
95
Discover
96
</PrimaryButton>
97
- </div>
+ </StyledContainer>
98
99
}
100
0 commit comments