Skip to content

Commit

Permalink
fix: 불필요한 스토리지 저장 로직 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwoo3490 committed Aug 12, 2024
1 parent acadce2 commit d04aa25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Login/page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import LoginBtnContainer from '../components/LoginBtnContainer';
import * as S from './Login.style';

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

return (
<S.LoginWrapper>
<Header />
Expand Down

0 comments on commit d04aa25

Please sign in to comment.