Merge branch 'linebridge-update' of https://github.com/ragestudio/comty into linebridge-update

This commit is contained in:
srgooglo 2022-05-06 17:43:29 +02:00
commit 07e01c7471
2 changed files with 6 additions and 6 deletions

View File

@ -14,8 +14,8 @@ const steps = [
content: (props) => {
return <div className="workorder_creator steps step content">
<antd.Input
autocorrect="off"
autocapitalize="none"
autoCorrect="off"
autoCapitalize="none"
onPressEnter={props.onPressEnter}
placeholder="@newuser"
onChange={(e) => {
@ -34,8 +34,8 @@ const steps = [
content: (props) => {
return <div className="workorder_creator steps step content">
<antd.Input.Password
autocorrect="off"
autocapitalize="none"
autoCorrect="off"
autoCapitalize="none"
onPressEnter={props.onPressEnter}
placeholder="Password"
onChange={(e) => {

View File

@ -15,8 +15,8 @@ const formInstance = [
icon: "User",
placeholder: "Username",
props: {
autocorrect: "off",
autocapitalize: "none",
autoCorrect: "off",
autoCapitalize: "none",
className: "login-form-username",
},
},