We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8881d8f + e54370b commit 5d79b48Copy full SHA for 5d79b48
Tombolo/client-reactjs/src/components/login/login.js
@@ -47,7 +47,7 @@ const Login = () => {
47
48
//handle login failed
49
if (test?.type === Constants.LOGIN_FAILED) {
50
- loginForm.resetFields();
+ loginForm.setFieldsValue({ password: null });
51
setLoading(false);
52
return;
53
}
0 commit comments