Kinda helps when you pass in the argument

This commit is contained in:
Haacked
2015-04-21 15:32:48 -07:00
parent 687783c10d
commit 80c4dc9d18
@@ -107,7 +107,7 @@ namespace Octokit.Reactive
Ensure.ArgumentNotNull(newAuthorization, "authorization");
Ensure.ArgumentNotNullOrEmptyString(twoFactorAuthenticationCode, "twoFactorAuthenticationCode");
return _client.Create(clientId, clientSecret, newAuthorization).ToObservable();
return _client.Create(clientId, clientSecret, newAuthorization, twoFactorAuthenticationCode).ToObservable();
}
/// <summary>