diff --git a/Playvoi.Client/Assets/_Hub/Scripts/UI/LoginUI.cs b/Playvoi.Client/Assets/_Hub/Scripts/UI/LoginUI.cs index e295212..6da60ad 100644 --- a/Playvoi.Client/Assets/_Hub/Scripts/UI/LoginUI.cs +++ b/Playvoi.Client/Assets/_Hub/Scripts/UI/LoginUI.cs @@ -80,7 +80,7 @@ namespace _Hub.Scripts.UI //Password if (string.IsNullOrEmpty(_password)) { - usernameInputField.Error(false); + passwordInputField.Error(false); } else {