Эх сурвалжийг харах

keep customizations after logout

Daniel Bohry 9 сар өмнө
parent
commit
d257f6fa55

+ 0 - 2
src/routes/logout/+page.svelte

@@ -4,8 +4,6 @@
 
 	function logout() {
 		localStorage.removeItem('authentication');
-		authentication.set(null);
-		localStorage.clear();
 		window.location.href = '/login';
 	}