From 82880c3f06ba9e3532e265adea927a5c55d2ddca Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Sun, 22 Aug 2021 15:25:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=80=E5=90=8E=E7=99=BB?= =?UTF-8?q?=E5=BD=95ip=E8=AF=BB=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/services/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/services/auth.ts b/back/services/auth.ts index 849c0c1a..375efeeb 100644 --- a/back/services/auth.ts +++ b/back/services/auth.ts @@ -75,7 +75,7 @@ export default class AuthService { ...JSON.parse(content), retries: retries + 1, lastlogon: timestamp, - ip, + lastip: ip, lastaddr: address, }), );