Clear exposed ldap errors correctly

This commit is contained in:
Johannes Zellner
2021-12-10 17:10:10 +01:00
parent d524118759
commit c775e8ae05
2 changed files with 3 additions and 3 deletions

View File

@@ -896,7 +896,7 @@
<br/>
<div>
<span class="has-error" ng-show="exposedLdapConfig.errorMessage">{{ exposedLdapConfig.errorMessage }}</span>
<span class="has-error" ng-show="exposedLdapConfig.error">{{ exposedLdapConfig.error }}</span>
<button class="btn btn-outline btn-primary pull-right" ng-click="exposedLdapConfig.submit()" ng-disabled="!exposedLdapConfigForm.$dirty || exposedLdapConfig.busy">
<i class="fa fa-circle-notch fa-spin" ng-show="exposedLdapConfig.busy"></i> {{ 'users.settings.saveAction' | tr }}