diff --git a/LANCommander/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml b/LANCommander/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml index 3ab2cf0..98e1382 100644 --- a/LANCommander/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml +++ b/LANCommander/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml @@ -1,4 +1,6 @@ @page +@using LANCommander.Models; +@using LANCommander.Services; @model FirstTimeSetupModel @{ Layout = "/Views/Shared/_LayoutBasic.cshtml"; @@ -11,7 +13,16 @@