diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index f5bc83bc..26c3264f 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -6436,6 +6436,7 @@ export class ProfileController extends Controller { Object.assign(profile, body); Object.assign(history, { ...profile, id: undefined }); + profile.statusEmail = "NOT_VERIFIED"; profile.lastUpdateUserId = request.user.sub; profile.lastUpdateFullName = request.user.name; profile.lastUpdatedAt = new Date();