Implement admin and user sidebars with routing and styling updates

This commit is contained in:
liosha84
2025-07-19 17:23:11 +03:00
parent 70338eae0b
commit 88f0cf307e
26 changed files with 540 additions and 120 deletions
@@ -186,7 +186,9 @@ export class MainComponent implements OnInit{
this.refreshToolbar();
dialogLoginRef.close()
this.router.navigate(['main/user/user-welcome']);
this.router.navigate(['main/tutorials']);
},
err => {
dialogLoginRef.componentInstance.openLoginFailedSnackBar(err.error.message);