From f84c179e379052d2259ed9261b943cb1ba93cb97 Mon Sep 17 00:00:00 2001 From: adueck Date: Sun, 17 Dec 2023 11:05:55 +0400 Subject: [PATCH] more debug --- account/views/login.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/account/views/login.ejs b/account/views/login.ejs index bfbd701..4ec69f7 100644 --- a/account/views/login.ejs +++ b/account/views/login.ejs @@ -98,6 +98,7 @@ body: JSON.stringify({ email, password, name, token }), }).then((res) => res.json()) .then((res) => { + console.log({ res }); if (res.ok) { location.reload(); }