moved the translations button and validating the login form

This commit is contained in:
soyed 2021-04-07 20:24:56 -04:00
parent faefd8ae38
commit 39964b1897
4 changed files with 68 additions and 67 deletions

View file

@ -11,6 +11,7 @@ class Account extends Component {
lastName: "Green",
email: "kevon.green@kcribs.com",
password: "Kcribs123",
phoneNumber: "613-234-8796",
},
};
render() {
@ -93,7 +94,7 @@ class Account extends Component {
type="text"
class="form-control"
id="account-phoneNumber"
placeholder={this.state.Account.email}
placeholder={this.state.Account.phoneNumber}
required
disabled={true}
/>