From f70b70eec5e1aa1428d3888233e259e8c52ce8b6 Mon Sep 17 00:00:00 2001 From: jack <jack.su@pollex.com.tw> Date: 星期五, 08 九月 2023 17:18:51 +0800 Subject: [PATCH] [UPDATE] 解決弱掃Information exposure to log file, 將印在log的私密資料移除 --- PAMapp/shared/models/agent-info.model.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/PAMapp/shared/models/agent-info.model.ts b/PAMapp/shared/models/agent-info.model.ts index e6af754..a57e40b 100644 --- a/PAMapp/shared/models/agent-info.model.ts +++ b/PAMapp/shared/models/agent-info.model.ts @@ -19,4 +19,5 @@ serveArea : string; suitability : number; title : string; + entryDate? : string; } -- Gitblit v1.8.0