mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Capital H for GitHub
This commit is contained in:
parent
23e05200b5
commit
bba2daf0fc
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class SocialLoginButtonsView @JvmOverloads constructor(context: Context, attrs:
|
|||
IdentityProvider("google", "Google", null),
|
||||
IdentityProvider("facebook", "Facebook", null),
|
||||
IdentityProvider("apple", "Apple", null),
|
||||
IdentityProvider("github", "Github", null),
|
||||
IdentityProvider("github", "GitHub", null),
|
||||
IdentityProvider("twitter", "Twitter", null),
|
||||
IdentityProvider("Custom_pro", "SSO", null)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue