This commit is contained in:
martin-mfg
2025-09-20 13:43:45 +02:00
parent cfabb254fa
commit e6ed8aa4c8
-1
View File
@@ -21,7 +21,6 @@ const DemoScreen = () => {
const [error, setError] = useState('');
const handleSubmit = async () => {
const validUser = await getValidUser(userName);
setLoading(true);
setSelectedUserName(userName);
setLoading(false);