From f840a55ae43d8cc8ea4dde834cd6d47903c2fccd Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Thu, 15 May 2025 21:46:12 -0700 Subject: [PATCH] Fix namespace issue --- .../Pages/Account/ActivityPages/ResetPassword.razor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MistoxWebsite.Client/Pages/Account/ActivityPages/ResetPassword.razor b/src/MistoxWebsite.Client/Pages/Account/ActivityPages/ResetPassword.razor index 551726e..041e586 100755 --- a/src/MistoxWebsite.Client/Pages/Account/ActivityPages/ResetPassword.razor +++ b/src/MistoxWebsite.Client/Pages/Account/ActivityPages/ResetPassword.razor @@ -1,5 +1,7 @@ @page "/account/resetpassword" +@using System.Threading + Reset Password