mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 20:50:19 +08:00
fix: fix display bug in SigninTable (#2698)
* fix: fix display bug in SigninTable * fix: fix code bug * feat: improve code format * feat: improve code format
This commit is contained in:
@ -649,7 +649,7 @@ class SignupPage extends React.Component {
|
||||
</Form.Item>
|
||||
{
|
||||
application.providers.filter(providerItem => this.isProviderVisible(providerItem)).map(providerItem => {
|
||||
return ProviderButton.renderProviderLogo(providerItem.provider, application, 30, 5, "small", this.props.location);
|
||||
return ProviderButton.renderProviderLogo(providerItem.provider, application, 30, 5, "Small icon", this.props.location);
|
||||
})
|
||||
}
|
||||
</Form>
|
||||
|
Reference in New Issue
Block a user