fix(auth): resolve input validation error handling bug
This commit is contained in:
parent
c5308a7dff
commit
4c94f64c74
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ namespace _Hub.Scripts.UI
|
||||||
//Password
|
//Password
|
||||||
if (string.IsNullOrEmpty(_password))
|
if (string.IsNullOrEmpty(_password))
|
||||||
{
|
{
|
||||||
usernameInputField.Error(false);
|
passwordInputField.Error(false);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue