login password und css bereinigt

This commit is contained in:
2023-02-28 00:04:26 +01:00
parent d971884207
commit 85cb0102d5
9 changed files with 18 additions and 90 deletions

View File

@ -37,7 +37,7 @@ const Login = () =>
const onChangeInput = (e: React.FormEvent<HTMLInputElement>) =>
{
if(e.currentTarget.type === 'email' || e.currentTarget.type === 'password')
//if(e.currentTarget.type === 'email' || e.currentTarget.type === 'password' || e.currentTarget.type === 'text')
{
setFormData({
...formData,