otp check if user is verified

This commit is contained in:
yousef-alkhrissat
2024-08-09 18:57:17 +03:00
parent 9667625562
commit be8152bad9
2 changed files with 3 additions and 2 deletions

View File

@ -134,6 +134,7 @@ export class UserAuthService {
regionName: data.regionName,
},
email: data.email,
isUserVerified: true,
},
});
if (!userExists) {