From d6543c4afd5bcadede7e2c63b820cb31bef79c81 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 4 Jan 2018 16:59:52 +0100 Subject: [PATCH] drops obsolete code --- Yavsc/Startup/Startup.cs | 2 -- 1 file changed, 2 deletions(-) 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");