add email placeholder
This commit is contained in:
@@ -507,7 +507,7 @@ class RegistrationPage extends React.Component {
|
||||
name="email"
|
||||
id="email"
|
||||
type="email"
|
||||
placeholder=""
|
||||
placeholder="username@domain.com"
|
||||
value={this.state.email}
|
||||
onChange={e => this.handleOnChange(e)}
|
||||
onBlur={e => this.handleOnBlur(e)}
|
||||
|
||||
@@ -88,7 +88,7 @@ exports[`./RegistrationPage.js should display no password field when current pro
|
||||
name="email"
|
||||
onBlur={[Function]}
|
||||
onChange={[Function]}
|
||||
placeholder=""
|
||||
placeholder="username@domain.com"
|
||||
required={true}
|
||||
type="email"
|
||||
value=""
|
||||
@@ -283,7 +283,7 @@ exports[`./RegistrationPage.js should match TPA provider snapshot 1`] = `
|
||||
name="email"
|
||||
onBlur={[Function]}
|
||||
onChange={[Function]}
|
||||
placeholder=""
|
||||
placeholder="username@domain.com"
|
||||
required={true}
|
||||
type="email"
|
||||
value=""
|
||||
@@ -460,7 +460,7 @@ exports[`./RegistrationPage.js should match default section snapshot 1`] = `
|
||||
name="email"
|
||||
onBlur={[Function]}
|
||||
onChange={[Function]}
|
||||
placeholder=""
|
||||
placeholder="username@domain.com"
|
||||
required={true}
|
||||
type="email"
|
||||
value=""
|
||||
@@ -637,7 +637,7 @@ exports[`./RegistrationPage.js should match pending button state snapshot 1`] =
|
||||
name="email"
|
||||
onBlur={[Function]}
|
||||
onChange={[Function]}
|
||||
placeholder=""
|
||||
placeholder="username@domain.com"
|
||||
required={true}
|
||||
type="email"
|
||||
value=""
|
||||
@@ -861,7 +861,7 @@ exports[`./RegistrationPage.js should show error message on 409 1`] = `
|
||||
name="email"
|
||||
onBlur={[Function]}
|
||||
onChange={[Function]}
|
||||
placeholder=""
|
||||
placeholder="username@domain.com"
|
||||
required={true}
|
||||
type="email"
|
||||
value=""
|
||||
|
||||
Reference in New Issue
Block a user