Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/GDSC-Hongik/gdsc-client into…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
eugene028 committed Aug 11, 2024
2 parents 3b59c91 + bdd919b commit 166924b
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 166924b

Please sign in to comment.