diff --git a/src/app/components/manager/manager.component.html b/src/app/components/manager/manager.component.html index 3c981e3..7ae1f48 100644 --- a/src/app/components/manager/manager.component.html +++ b/src/app/components/manager/manager.component.html @@ -173,6 +173,7 @@

Databases

(nzOnCancel)="isAuthenticationModalVisible = false" (nzOnOk)="onAuthenticationModalSave()" nzOkText="{{ 'Save' | translate }}" + [nzOkDisabled]="(authentication.type === authenticationTypes.EmailAndPassword && (!authentication.data?.email?.length || !authentication.data?.password?.length)) || (authentication.type === authenticationTypes.Token && !authentication.data?.token?.length)" >