From f3accdb999bba47cd78e5026c21dde6a35bbc9e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=84=9C?= Date: Mon, 22 Jan 2024 17:17:57 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EA=B0=80=EC=A0=81=EC=9D=B8=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/SQL/User.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Server/SQL/User.cs b/Server/SQL/User.cs index 357eff7..f0c5651 100644 --- a/Server/SQL/User.cs +++ b/Server/SQL/User.cs @@ -10,6 +10,7 @@ namespace Server.SQL [JsonIgnore] public long id { get; set; } public string uuid { get; set; } + [JsonIgnore] public string mail { get; set; } public string nickname { get; set; } }