From b79f3023b3c604a682ff1e3e385c4a40f6f1d978 Mon Sep 17 00:00:00 2001 From: grant-kun Date: Mon, 31 Oct 2022 09:56:36 -0500 Subject: update --- html/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'html/index.html') diff --git a/html/index.html b/html/index.html index 04d4c9f..a7d013e 100644 --- a/html/index.html +++ b/html/index.html @@ -134,7 +134,8 @@ //console.log(JSON.parse(decc)) let u = await document.getElementById('user').value await setCookie('login_key', JSON.parse(decc).login_key, 7) - await setCookie('user', u, 7) + await setCookie('user', JSON.parse(decc).alias, 7) + //await setCookie('user', u, 7) location.href = location.href + 'home' } } -- cgit v1.2.3