Began work on spying code
This commit is contained in:
@@ -30,12 +30,12 @@ class PasswordChange extends React.Component {
|
||||
|
||||
<form action='/passwordchangerequest' method='post' onSubmit={this.submit.bind(this)}>
|
||||
<div>
|
||||
<label for='password'>Password:</label>
|
||||
<label htmlFor='password'>Password:</label>
|
||||
<input id='password' type='password' name='password' value={this.state.password} onChange={this.updatePassword.bind(this)} />
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for='retype'>Retype Password:</label>
|
||||
<label htmlFor='retype'>Retype Password:</label>
|
||||
<input id='retype' type='password' name='retype' value={this.state.retype} onChange={this.updateRetype.bind(this)} />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user