Skip to content

Commit 5e422ba

Browse files
committed
Removed comment
1 parent de73f9c commit 5e422ba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/frontend/src/containers/auth/LoginPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ export const LoginPage: React.FC = () => {
104104
navigate('/confirm-registered', { replace: true });
105105
setError('Account created successfully! Please sign in.');
106106
} else if (authPage === AuthPage.ForgotPassword) {
107-
// TODO: Show view confirming email was sent
108107
navigate('/confirm-sent-email', { replace: true });
109108
}
110109
} catch (err: unknown) {

0 commit comments

Comments
 (0)