@if (serviceManager.currentSession()!.userData.passwordSet) { @if (changePasswordForm.controls['currentPassword'].dirty) { @if (changePasswordForm.controls['currentPassword'].hasError("required")) { } @if (changePasswordForm.controls['currentPassword'].hasError("incorrect")) { } } } @if (!changePasswordRemoveMode()) { }
{{ "chat.userSettingsDialog.security.password"|translate }} @if (serviceManager.currentSession()!.userData.passwordSet) {
{{ 'chat.userSettingsDialog.security.set'|translate }}
} @else {
{{ 'chat.userSettingsDialog.security.notSet'|translate }}
}
@if (serviceManager.currentSession()!.userData.passwordSet) { }