feat: implement change password functionality with dialog and service integration

This commit is contained in:
2026-06-07 13:56:36 +03:30
parent cd09b09e3b
commit 2f67801700
9 changed files with 89 additions and 60 deletions
@@ -3,7 +3,6 @@ import { AppCardComponent } from '@/shared/components';
import { Component, computed, inject } from '@angular/core';
import { Router } from '@angular/router';
import { Message } from 'primeng/message';
import { PosChangePasswordFormDialogComponent } from '../components/changePassword/form.component';
import { PosConfigGoldPriceFormComponent } from '../components/goldPrice/form.component';
import { PosConfigPrintFormComponent } from '../components/print/form.component';
import { PosConfigRapidInvoiceFormComponent } from '../components/rapidInvoice/form.component';
@@ -19,7 +18,6 @@ import { PosConfigSendToFiscalActivationFormComponent } from '../components/send
PosConfigGoldPriceFormComponent,
PosConfigRapidInvoiceFormComponent,
PosConfigSendToFiscalActivationFormComponent,
PosChangePasswordFormDialogComponent,
],
})
export class PosConfigPageComponent {