Fixed issue where migrate deletes auth token

This commit is contained in:
William Mantly 2024-01-07 01:37:43 -05:00
parent c6cc529d54
commit bbcd955f28

View File

@ -537,7 +537,7 @@
} }
}); });
} }
localStorage.clear('torrents'); localStorage.removeItem('torrents',);
} }
} }