+
Register
+ asp-route-returnUrl="@Model.ReturnUrl">
+ Register
+
\ No newline at end of file
diff --git a/OutOfSchool/IdentityServer/Views/Auth/Register.cshtml b/OutOfSchool/IdentityServer/Views/Auth/Register.cshtml
index 80bf6a7442..01a53824c3 100644
--- a/OutOfSchool/IdentityServer/Views/Auth/Register.cshtml
+++ b/OutOfSchool/IdentityServer/Views/Auth/Register.cshtml
@@ -1,9 +1,11 @@
-@model RegisterViewModel
+@using Microsoft.AspNetCore.Identity
+@model RegisterViewModel
@{
Layout = "_Layout";
}