diff --git a/src/Owin.Security.Providers.Salesforce/SalesforceAuthenticationHandler.cs b/src/Owin.Security.Providers.Salesforce/SalesforceAuthenticationHandler.cs index db72d5e..9ab62ff 100644 --- a/src/Owin.Security.Providers.Salesforce/SalesforceAuthenticationHandler.cs +++ b/src/Owin.Security.Providers.Salesforce/SalesforceAuthenticationHandler.cs @@ -272,7 +272,7 @@ namespace Owin.Security.Providers.Salesforce // if AuthenticationProperties for this session specifies an environment property // it should take precedence over the value in AuthenticationOptions - string environmentProperty = null; ; + string environmentProperty = null; if (properties.Dictionary.TryGetValue(Constants.EnvironmentAuthenticationProperty, out environmentProperty)) { endpoint = environmentProperty == Constants.SandboxEnvironment ?