moved region to login if is sent

This commit is contained in:
unknown
2024-08-11 10:48:40 +03:00
parent 458fa1f66e
commit 2ce899089e

View File

@ -29,9 +29,7 @@ export class AuthService {
? { ? {
uuid: regionUuid, uuid: regionUuid,
} }
: { : undefined,
regionName: 'United Arab Emirates',
},
}, },
relations: ['roles.roleType'], relations: ['roles.roleType'],
}); });