From bbcd955f28b2ac6d6175ea5077973df35d465916 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Sun, 7 Jan 2024 01:37:43 -0500 Subject: [PATCH] Fixed issue where migrate deletes auth token --- public/partial/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/partial/header.html b/public/partial/header.html index a58aa63..4a2a810 100644 --- a/public/partial/header.html +++ b/public/partial/header.html @@ -537,7 +537,7 @@ } }); } - localStorage.clear('torrents'); + localStorage.removeItem('torrents',); } }