Fix gitlab key (#651)
This commit is contained in:
parent
f758d69296
commit
e7ae205b8f
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class LoginOptions extends PureComponent {
|
|||
if (config.EnableSignUpWithGitLab === 'true' && semver.valid(version) && semver.gte(version, 'v3.10.0')) {
|
||||
return (
|
||||
<Button
|
||||
key='saml'
|
||||
key='gitlab'
|
||||
onPress={() => preventDoubleTap(this.goToSSO, this, ViewTypes.GITLAB)}
|
||||
containerStyle={[GlobalStyles.signupButton, {backgroundColor: '#548'}]}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue