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

Commit fb3b542

Browse files
Fixing another NPath usage
1 parent 6f5e920 commit fb3b542

File tree

1 file changed

+1
-1
lines changed
  • src/UnityExtension/Assets/Editor/GitHub.Unity/UI

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ private void SignOut(object obj)
451451
host = UriString.ToUriString(HostAddress.GitHubDotComHostAddress.WebUri);
452452
}
453453

454-
var apiClient = ApiClient.Create(host, Platform.Keychain, null, null, null, null);
454+
var apiClient = ApiClient.Create(host, Platform.Keychain, null, null, NPath.Default, NPath.Default);
455455
apiClient.Logout(host);
456456
}
457457

0 commit comments

Comments
 (0)