mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 13:10:00 -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");
|
Exception e = new Exception("The request token is not set");
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
Token = null;
|
|
||||||
Verifier = null;
|
|
||||||
LOG.DebugFormat("Opening AuthorizationLink: {0}", authorizationLink);
|
LOG.DebugFormat("Opening AuthorizationLink: {0}", authorizationLink);
|
||||||
OAuthLoginForm oAuthLoginForm = new OAuthLoginForm(LoginTitle, BrowserSize, authorizationLink, CallbackUrl);
|
OAuthLoginForm oAuthLoginForm = new OAuthLoginForm(LoginTitle, BrowserSize, authorizationLink, CallbackUrl);
|
||||||
oAuthLoginForm.ShowDialog();
|
oAuthLoginForm.ShowDialog();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue