diff --git a/Yavsc/Startup/Startup.cs b/Yavsc/Startup/Startup.cs index 37d9a1ad..384acb01 100755 --- a/Yavsc/Startup/Startup.cs +++ b/Yavsc/Startup/Startup.cs @@ -90,8 +90,6 @@ namespace Yavsc services.Configure(googleSettings); var cinfoSettings = Configuration.GetSection("Authentication").GetSection("Societeinfo"); services.Configure(cinfoSettings); - var oauthLocalAppSettings = Configuration.GetSection("Authentication").GetSection("OAuth2LocalApp"); - services.Configure(oauthLocalAppSettings); var oauthFacebookSettings = Configuration.GetSection("Authentication").GetSection("Facebook"); services.Configure(oauthFacebookSettings); var paypalSettings = Configuration.GetSection("Authentication").GetSection("PayPal");