wordpress-mobile / WordPressAuthenticator-iOS

GNU General Public License v2.0
17 stars 11 forks source link

Show social login buttons in site credential login mode #848

Closed selanthiraiyan closed 6 months ago

selanthiraiyan commented 6 months ago

Problem

The login screen GetStartedViewController doesn't show the social login buttons if enableSiteCredentialsLoginForSelfHostedSites is enabled in configuration.

image

Expected behaviour

The social buttons should be displayed if enableSocialLogin is enabled in the configuration. (Irrespective of whether enableSiteCredentialsLoginForSelfHostedSites is true/false)