diff --git a/GreenshotPlugin/Core/OAuthHelper.cs b/GreenshotPlugin/Core/OAuthHelper.cs index c107cc215..3d13e7e4d 100644 --- a/GreenshotPlugin/Core/OAuthHelper.cs +++ b/GreenshotPlugin/Core/OAuthHelper.cs @@ -291,8 +291,6 @@ namespace GreenshotPlugin.Core { Exception e = new Exception("The request token is not set"); throw e; } - Token = null; - Verifier = null; LOG.DebugFormat("Opening AuthorizationLink: {0}", authorizationLink); OAuthLoginForm oAuthLoginForm = new OAuthLoginForm(LoginTitle, BrowserSize, authorizationLink, CallbackUrl); oAuthLoginForm.ShowDialog();