|
|
|
@ -16,7 +16,7 @@
|
|
|
|
@inject IViewLocalizer LocString
|
|
|
|
@inject IViewLocalizer LocString
|
|
|
|
@addTagHelper "*, Microsoft.AspNet.Mvc.TagHelpers"
|
|
|
|
@addTagHelper "*, Microsoft.AspNet.Mvc.TagHelpers"
|
|
|
|
@addTagHelper "*, Yavsc"
|
|
|
|
@addTagHelper "*, Yavsc"
|
|
|
|
@inject IStringLocalizer<Yavsc.Resources.YavscLoc> SR
|
|
|
|
@inject IStringLocalizer<Yavsc.Resources.YavscLocalisation> SR
|
|
|
|
@inject IAuthorizationService AuthorizationService
|
|
|
|
@inject IAuthorizationService AuthorizationService
|
|
|
|
@inject IOptions<GoogleAuthSettings> GoogleSettings
|
|
|
|
@inject IOptions<GoogleAuthSettings> GoogleSettings
|
|
|
|
@inject IOptions<SiteSettings> SiteSettings
|
|
|
|
@inject IOptions<SiteSettings> SiteSettings
|
|
|
|
|