diff --git a/GreenshotPlugin/Core/OAuthHelper.cs b/GreenshotPlugin/Core/OAuthHelper.cs index 405bb67e3..c107cc215 100644 --- a/GreenshotPlugin/Core/OAuthHelper.cs +++ b/GreenshotPlugin/Core/OAuthHelper.cs @@ -295,6 +295,7 @@ namespace GreenshotPlugin.Core { Verifier = null; LOG.DebugFormat("Opening AuthorizationLink: {0}", authorizationLink); OAuthLoginForm oAuthLoginForm = new OAuthLoginForm(LoginTitle, BrowserSize, authorizationLink, CallbackUrl); + oAuthLoginForm.ShowDialog(); if (oAuthLoginForm.isOk) { if (oAuthLoginForm.CallbackParameters != null) { if (oAuthLoginForm.CallbackParameters.ContainsKey(OAUTH_TOKEN_KEY)) {