Add Email provider.

This commit is contained in:
Yang Luo
2021-05-14 23:45:20 +08:00
parent b7cbc0e015
commit fb9f18af2c
8 changed files with 101 additions and 25 deletions

View File

@ -184,7 +184,7 @@ class LoginPage extends React.Component {
<Input
prefix={<LockOutlined className="site-form-item-icon" />}
type="password"
placeholder={i18next.t("login:password")}
placeholder={i18next.t("login:Password")}
disabled={!application.enablePassword}
/>
</Form.Item>