From 2ce899089e59e48e84090d8d51a0df140087f837 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 11 Aug 2024 10:48:40 +0300 Subject: [PATCH] moved region to login if is sent --- libs/common/src/auth/services/auth.service.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libs/common/src/auth/services/auth.service.ts b/libs/common/src/auth/services/auth.service.ts index 8f1080c..af9d047 100644 --- a/libs/common/src/auth/services/auth.service.ts +++ b/libs/common/src/auth/services/auth.service.ts @@ -29,9 +29,7 @@ export class AuthService { ? { uuid: regionUuid, } - : { - regionName: 'United Arab Emirates', - }, + : undefined, }, relations: ['roles.roleType'], });