Skip to content

Commit

Permalink
Todo item manual edit
Browse files Browse the repository at this point in the history
  • Loading branch information
todo-kanban-board[bot] authored Nov 30, 2024
1 parent 188a308 commit 2c0f25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import api from '@/services/axiosConfig';
import Alert from '@mui/material/Alert';
import useMediaQuery from '@mui/material/useMediaQuery';
import Button from '@/components/Button';
// Ready For Testing: [rupudylt] Ready to test login page
// TODO: [rupudylt] Ready to test login page

export default function Login() {
const [email, setEmail] = useState<string>('');
Expand Down

0 comments on commit 2c0f25c

Please sign in to comment.