Only show some providers in signup page.

This commit is contained in:
Yang Luo
2021-06-09 20:39:43 +08:00
parent ec91ded5aa
commit 440aad2369
6 changed files with 25 additions and 6 deletions

View File

@ -154,7 +154,7 @@ class UserEditPage extends React.Component {
return (
<Row key={provider.name} style={{marginTop: '20px'}} >
<Col style={{marginTop: '5px'}} span={2}>
<Col style={{marginTop: '5px'}} span={3}>
{
Setting.getProviderLogo(provider)
}
@ -164,7 +164,7 @@ class UserEditPage extends React.Component {
}
</span>
</Col>
<Col span={22} >
<Col span={21} >
<img style={{marginRight: '10px'}} width={30} height={30} src={avatarUrl} alt={name} />
<span style={{width: '300px', display: "inline-block"}}>
{