1
0
mirror of https://github.com/bitwarden/web synced 2025-12-15 15:53:18 +00:00

Move error summary below form

This commit is contained in:
Hinton
2022-05-23 17:15:21 +02:00
parent 8d369bcf84
commit 749ead5863
2 changed files with 2 additions and 3 deletions

2
jslib

Submodule jslib updated: 7201bdeb5e...3bf25edd3e

View File

@@ -37,8 +37,6 @@
<bit-label>{{ "identifier" | i18n }}</bit-label>
<input bitInput type="text" formControlName="identifier" />
</bit-form-field>
<bit-error-summary *ngIf="showErrorSummary" [formGroup]="formData"></bit-error-summary>
</div>
<div class="col-6">
<app-avatar
@@ -59,6 +57,7 @@
<i class="bwi bwi-spinner bwi-spin" title="{{ 'loading' | i18n }}" aria-hidden="true"></i>
<span>{{ "save" | i18n }}</span>
</button>
<bit-error-summary *ngIf="showErrorSummary" [formGroup]="formData"></bit-error-summary>
</form>
<ng-container *ngIf="canUseApi">
<div class="secondary-header border-0 mb-0">