Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 authored Aug 11, 2024
2 parents 11c72e5 + 84d1075 commit bdd919b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/redirect/StudentVerificationServerRedirect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const StudentVerificationServerRedirect = () => {
if (token) verifyStudentMail(token);
}, [token, verifyStudentMail]);

//TODO: 추후 로딩 스피너 추가 필요
return (
<Wrapper direction="column">
{isPending ? (
Expand Down

0 comments on commit bdd919b

Please sign in to comment.