add pwd dialog visibility property

This commit is contained in:
Eduardo Quiros 2022-08-31 20:39:45 -06:00
parent 27db94367b
commit 20198a9071
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class LogInUser extends Component {
errorEmail: false,
errorPassword: false,
logged: null,
showPwdResetDialog: false,
};
}