fix startup hang
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Blueberry.Redmine
|
||||
{
|
||||
try
|
||||
{
|
||||
await _apiClient.GetUserAsync();
|
||||
await _apiClient.GetUserAsync(token: token);
|
||||
return true;
|
||||
}
|
||||
catch (Exception)
|
||||
|
||||
Reference in New Issue
Block a user