Skip to content

Commit

Permalink
Merge pull request #203 from Team-Lecue/Hotfix-Dori
Browse files Browse the repository at this point in the history
[ Hotfix ] 로컬스토리지 비우기
  • Loading branch information
doyn511 authored Jan 19, 2024
2 parents f87af9c + 862c22a commit 62eca66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Login/page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import LoginBtnContainer from '../components/LoginBtnContainer';
import * as S from './Login.style';

function Login() {
window.localStorage.clear();
const ref = document.referrer;
sessionStorage.setItem('url', ref);

Expand Down

0 comments on commit 62eca66

Please sign in to comment.