unsed refs
This commit is contained in:
parent
4171b58b03
commit
470d747801
6 changed files with 10 additions and 11 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue