We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f880e6b commit de30165Copy full SHA for de30165
frontend/src/components/Login/Login.jsx
@@ -1,6 +1,8 @@
1
import React, { useState } from 'react';
2
import { User, Lock, Eye, EyeOff } from 'lucide-react';
3
import { toast } from 'react-toastify';
4
+import api from '../../utils/api';
5
+
6
7
const Login = ({ onLogin, onNavigateToRegister }) => {
8
const [formData, setFormData] = useState({
0 commit comments