add Microsoft.AspNetCore.Authorization to _Imports
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@using Microsoft.Extensions.Localization
|
||||
@using Microsoft.JSInterop
|
||||
@using Microsoft.AspNetCore.Authorization
|
||||
|
||||
@using Oqtane
|
||||
@using Oqtane.Models
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
||||
@using Microsoft.Extensions.Localization
|
||||
@using Microsoft.JSInterop
|
||||
@using Microsoft.AspNetCore.Authorization
|
||||
@using static Microsoft.AspNetCore.Components.Web.RenderMode
|
||||
|
||||
@using Oqtane.Client
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@using Microsoft.Extensions.Localization
|
||||
@using Microsoft.JSInterop
|
||||
@using Microsoft.AspNetCore.Authorization
|
||||
|
||||
@using Oqtane.Models
|
||||
@using Oqtane.Modules
|
||||
|
||||
Reference in New Issue
Block a user