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.
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.";
13
+
privateconststringNeedAuthenticationMessage="We need you to authenticate first";
12
14
privateconststringWindowTitle="Authenticate";
13
15
privateconststringUsernameLabel="Username";
14
16
privateconststringPasswordLabel="Password";
@@ -24,10 +26,10 @@ class AuthenticationView : Subview
Copy file name to clipboardExpand all lines: src/UnityExtension/Assets/Editor/GitHub.Unity/UI/PopupWindow.cs
+1-36Lines changed: 1 addition & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,6 @@ namespace GitHub.Unity
7
7
[Serializable]
8
8
classPopupWindow:BaseWindow
9
9
{
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
-
privateconststringNeedAuthenticationMessage="We need you to authenticate first";
0 commit comments