From f157efebc8308526d49bfccc0ab677cd085dee70 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Fri, 18 Oct 2024 14:35:38 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20status=20email=20=E0=B8=95=E0=B8=AD=E0=B8=99=E0=B9=81?= =?UTF-8?q?=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/ProfileController.ts | 1 + 1 file changed, 1 insertion(+) 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();