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 12dbbfa commit 0c6844fCopy full SHA for 0c6844f
src/ui/views/Login/Login.jsx
@@ -24,8 +24,7 @@ export default function UserProfile() {
24
const [username, setUsername] = useState('');
25
const [password, setPassword] = useState('');
26
const [message, setMessage] = useState('');
27
- const [success, setSuccess] = useState(false);
28
- const [gitAccountError, setGitAccountError] = useState(false);
+ const [, setGitAccountError] = useState(false);
29
const [isLoading, setIsLoading] = useState(false);
30
31
const navigate = useNavigate();
0 commit comments