We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b59c91 + bdd919b commit 166924bCopy full SHA for 166924b
src/pages/redirect/StudentVerificationServerRedirect.tsx
@@ -18,7 +18,6 @@ export const StudentVerificationServerRedirect = () => {
18
if (token) verifyStudentMail(token);
19
}, [token, verifyStudentMail]);
20
21
- //TODO: 추후 로딩 스피너 추가 필요
22
return (
23
<Wrapper direction="column">
24
{isPending ? (
0 commit comments