summaryrefslogtreecommitdiff
path: root/_Imports.razor
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-09-15 10:31:20 +1000
committerJake Mannens <jakem_5@hotmail.com>2026-01-14 20:28:34 +1100
commit5565be07f8d8d473759315fd99747c64e2ce3450 (patch)
treefe0323eebd9981d1f2bad219bff5ac9cd4b674aa /_Imports.razor
parent6255f7c74687934e6701ddd98f5e3a84de78c451 (diff)
Completed initial login functionality
Diffstat (limited to '_Imports.razor')
-rw-r--r--_Imports.razor2
1 files changed, 2 insertions, 0 deletions
diff --git a/_Imports.razor b/_Imports.razor
index d20a491..4c5566b 100644
--- a/_Imports.razor
+++ b/_Imports.razor
@@ -1,6 +1,8 @@
@using HyperBooru
@using HyperBooru.Pages.Component
@using HyperBooru.Services
+@using Microsoft.AspNetCore.Authorization
+@using Microsoft.AspNetCore.Components.Authorization
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.EntityFrameworkCore