login password und css bereinigt
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user