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