Skip to content

Commit

Permalink
fix: Removed store and used local storage only for storing params
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek9503 committed Oct 1, 2024
1 parent eff722f commit 6be7bfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/Auth/login-page/LoginPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@
let userFromDesktop = localStorage.getItem('isUserFromDesktop');
console.log("is user form desk ",userFromDesktop)
</script>

{#if isLogin }
Expand Down

0 comments on commit 6be7bfe

Please sign in to comment.