mirror of
https://github.com/greenshot/greenshot
synced 2025-07-31 04:00:13 -07:00
fixed missing oauth token
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2171 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
247dc25915
commit
f22e7cff58
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue