Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 4e4236d

Browse files
Updating field
1 parent 2fd2d0a commit 4e4236d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/AuthenticationView.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class AuthenticationView : Subview
2929
[NonSerialized] private string errorMessage;
3030
[NonSerialized] private bool enterPressed;
3131
[NonSerialized] private string password = "";
32+
[NonSerialized] private AuthenticationService authenticationService;
3233

3334

3435
public override void InitializeView(IView parent)

0 commit comments

Comments
 (0)