Skip to content

Commit

Permalink
reset: main 브랜치 커밋 되돌리기
Browse files Browse the repository at this point in the history
  • Loading branch information
jongse7 committed Oct 22, 2024
1 parent d3b6013 commit 77123ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const queryClient = new QueryClient({
});

function App() {
/* 총학 홈페이지 접근 시 ssuketch로 리다이렉트 되도록 임시 설정 */
/* 총학 홈페이지 접근 시 ssuketch로 리다이렉트 되도록 임시 설정. */
useEffect(() => {
if (window.location.pathname !== '/beta') {
if (window.location.pathname === '/auth/callback') {
Expand Down

0 comments on commit 77123ed

Please sign in to comment.