Remove double text for SSO login method (#7385)
This commit is contained in:
parent
841db48a86
commit
7105320855
1 changed files with 0 additions and 9 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue