unsed refs

This commit is contained in:
Paul Schneider 2016-07-07 15:45:21 +02:00
commit 470d747801
6 changed files with 10 additions and 11 deletions

View file

@ -198,6 +198,8 @@ namespace Yavsc
options.ResourcesPath = "Resources";
}).AddDataAnnotationsLocalization();
services.AddScoped<LanguageActionFilter>();
// Inject ticket formatting
@ -277,7 +279,7 @@ namespace Yavsc
options.AuthenticationDescriptions.Clear();
options.AutomaticAuthentication = false;
});
Authority = siteSettings.Value.Authority;
Audience = siteSettings.Value.Audience;