mirror of
https://github.com/bitwarden/web
synced 2026-01-10 12:33:43 +00:00
Update 2017-05-20T13:06:17.455Z
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<form name="domainAddEditForm" ng-submit="domainAddEditForm.$valid && submit(domainAddEditForm)">
|
||||
<div class="modal-body">
|
||||
<div class="callout callout-danger validation-errors" ng-show="domainAddEditForm.$errors">
|
||||
<h4>Errors have occured</h4>
|
||||
<h4>Errors have occurred</h4>
|
||||
<ul>
|
||||
<li ng-repeat="e in domainAddEditForm.$errors">{{e}}</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user