mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-16 02:36:19 +00:00
removed region from otp on no regionuuid
This commit is contained in:
@ -134,9 +134,7 @@ export class UserAuthService {
|
||||
? {
|
||||
uuid: data.regionUuid,
|
||||
}
|
||||
: {
|
||||
regionName: 'United Arab Emirates',
|
||||
},
|
||||
: undefined,
|
||||
email: data.email,
|
||||
isUserVerified: true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user