feat: indent

This commit is contained in:
qianxi0410
2022-08-06 23:36:20 +08:00
parent aafdc546fa
commit d025259db7
3 changed files with 11 additions and 11 deletions

View File

@ -403,14 +403,14 @@ class LoginPage extends React.Component {
</Button>
) :
(
<Button
type="primary"
htmlType="submit"
style={{width: "100%", marginBottom: "5px"}}
disabled={!application.enablePassword}
>
{i18next.t("login:Sign in with WebAuthn")}
</Button>
<Button
type="primary"
htmlType="submit"
style={{width: "100%", marginBottom: "5px"}}
disabled={!application.enablePassword}
>
{i18next.t("login:Sign in with WebAuthn")}
</Button>
)
}
{