feat: Implement sales order management, customer and address creation modals, and a login page with new image assets.

This commit is contained in:
Luis Eduardo Estevao
2026-02-11 15:26:09 -03:00
parent 32d4a3f2b9
commit befaf1872f
10 changed files with 196 additions and 631 deletions

View File

@@ -75,7 +75,7 @@ export class LoginComponent implements OnInit, AfterViewInit {
this.authService.setDataInLocalStorage('user', JSON.stringify(res.data));
this.authService.setDataInLocalStorage('token', res.data.token);
localStorage.removeItem('cart');
this.router.navigate(['/menu']);
this.router.navigate(['/sales/menu']);
} else {
this.loadingIcon = '';
this.showErrorMessage(res.message);