diff --git a/src/UnityExtension/Assets/Editor/GitHub.Unity/UI/AuthenticationView.cs b/src/UnityExtension/Assets/Editor/GitHub.Unity/UI/AuthenticationView.cs index bded38e4e..2306b4901 100644 --- a/src/UnityExtension/Assets/Editor/GitHub.Unity/UI/AuthenticationView.cs +++ b/src/UnityExtension/Assets/Editor/GitHub.Unity/UI/AuthenticationView.cs @@ -19,13 +19,13 @@ class AuthenticationView : Subview [SerializeField] private Vector2 scroll; [SerializeField] private string username = ""; - [SerializeField] private string password = ""; [SerializeField] private string two2fa = ""; [NonSerialized] private bool need2fa; [NonSerialized] private bool busy; [NonSerialized] private string message; [NonSerialized] private bool enterPressed; + [NonSerialized] private string password = ""; [NonSerialized] private AuthenticationService authenticationService; private AuthenticationService AuthenticationService