diff --git a/ui/src/user/Register.tsx b/ui/src/user/Register.tsx index f261593..7e0dfa4 100644 --- a/ui/src/user/Register.tsx +++ b/ui/src/user/Register.tsx @@ -52,6 +52,7 @@ export default class RegistrationDialog extends Component { label="Username *" name="username" value={name} + autoComplete="username" onChange={this.handleChange.bind(this, 'name')} fullWidth /> @@ -64,6 +65,7 @@ export default class RegistrationDialog extends Component { fullWidth label="Password *" name="password" + autoComplete="new-password" onChange={this.handleChange.bind(this, 'pass')} />