diff --git a/src/shared/components/home/setup.tsx b/src/shared/components/home/setup.tsx index eef59bd0..52546997 100644 --- a/src/shared/components/home/setup.tsx +++ b/src/shared/components/home/setup.tsx @@ -122,6 +122,8 @@ export class Setup extends Component { onInput={linkEvent(this, this.handleRegisterPasswordChange)} class="form-control" required + autoComplete="new-password" + minLength={10} maxLength={60} /> @@ -138,6 +140,8 @@ export class Setup extends Component { onInput={linkEvent(this, this.handleRegisterPasswordVerifyChange)} class="form-control" required + autoComplete="new-password" + minLength={10} maxLength={60} />