create consumer domain accounts permissions
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user