0.3 #146

Merged
edraft merged 359 commits from 0.3 into master 2023-01-12 07:04:40 +01:00
Showing only changes of commit 1c5b776efb - Show all commits

View File

@ -20,7 +20,7 @@
<div class="input-field">
<input type="password" pInputText formControlName="passwordRepeat"
placeholder="{{'view.change-password.repeat_new_password' | translate}}"
[ngClass]="{ 'invalid-feedback-input': submitted && errors.repeatPassword}">
[ngClass]="{ 'invalid-feedback-input': submitted && errors.repeatPassword}" autocomplete="new-password">
<div *ngIf="submitted" class="invalid-feedback">
<div *ngIf="errors.repeatPassword">{{'view.change-password.passwords_do_not_match' | translate}}</div>
</div>
@ -32,4 +32,4 @@
</div>
</form>
</div>
</div>
</div>