create consumer domain accounts permissions

This commit is contained in:
2026-04-11 14:46:52 +03:30
parent d154a8402b
commit d4dff4ebfd
33 changed files with 480 additions and 37 deletions
@@ -53,6 +53,7 @@ export class SuperAdminUserPosComponent {
}
toPosLanding() {
// this.cookieService.delete('posId', '/', 'localhost', false, 'Lax');
this.cookieService.set('posId', this.posId(), {
sameSite: 'Lax', // or 'Strict' for same-site requests only
secure: false,