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

Commit 4b2c69c

Browse files
Adding comment to something I dont understand
1 parent d4637c2 commit 4b2c69c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ private AuthenticationService AuthenticationService
3535
if (authenticationService == null)
3636
{
3737
var host = Repository != null ? Repository.CloneUrl.ToRepositoryUrl() : UriString.ToUriString(HostAddress.GitHubDotComHostAddress.WebUri);
38-
38+
//TODO: Understand why this makes sense
39+
3940
AuthenticationService = new AuthenticationService(host, new AppConfiguration(), Platform.Keychain);
4041
}
4142
return authenticationService;

0 commit comments

Comments
 (0)