update breadcrumb and create account module

This commit is contained in:
2026-03-11 20:42:15 +03:30
parent d61a5a6250
commit 9bfbef6f64
36 changed files with 570 additions and 130 deletions
+2 -2
View File
@@ -64,10 +64,10 @@ export class AuthComponent {
redirectUrl = '/super_admin';
break;
case 'ADMIN':
redirectUrl = '/admin';
redirectUrl = '/super_admin';
break;
case 'POS':
redirectUrl = '/poss';
redirectUrl = '/pos';
break;
case 'PARTNER':
redirectUrl = '/partner';