You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/UnityExtension/Assets/Editor/GitHub.Unity/UI/PopupWindow.cs
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ class PopupWindow : BaseWindow
9
9
{
10
10
privateconststringCredentialsNeedRefreshMessage="We've detected that your stored credentials are out of sync with your current user. This can happen if you have signed in to git outside of Unity. Sign in again to refresh your credentials.";
11
11
privateconststringNeedAuthenticationMessage="We need you to authenticate first";
12
-
privateconststringAccountValidationErrorMessage="There was an error validating your account";
0 commit comments