forked from Ivasoft/mattermost-mobile
Remove double text for SSO login method (#7385)
This commit is contained in:
@@ -100,15 +100,6 @@ const SsoOptions = ({goToSso, ssoOnly, ssoOptions, theme}: Props) => {
|
||||
<View
|
||||
style={styles.buttonTextContainer}
|
||||
>
|
||||
{ssoOnly && (
|
||||
<Text
|
||||
key={'pretext' + text}
|
||||
style={styles.buttonText}
|
||||
testID={'pretext' + text}
|
||||
>
|
||||
{text}
|
||||
</Text>
|
||||
)}
|
||||
<Text
|
||||
key={ssoType}
|
||||
style={styles.buttonText}
|
||||
|
||||
Reference in New Issue
Block a user