diff options
-rw-r--r-- | src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.js b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.js index 2d79bb0..4330136 100644 --- a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.js +++ b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.js @@ -293,7 +293,7 @@ window.dnoa_internal.DiscoveryResult = function(identifier, discoveryInfo) { thisServiceEndpoint.abort(); // ensure no concurrent attempts thisDiscoveryResult.onAuthSuccess = onAuthSuccess; thisDiscoveryResult.onAuthFailed = onAuthFailed; - var width = 800; + var width = 1000; var height = 600; if (thisServiceEndpoint.setup.getQueryArgValue("openid.return_to").indexOf("dnoa.popupUISupported") >= 0) { trace('This OP supports the UI extension. Using smaller window size.'); |