mirror of
https://github.com/mekael/WFClassic.git
synced 2025-12-30 10:09:32 -06:00
fix: fix for invalid path to unauthenticated layout in the register view model.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@model RegisterModel
|
||||
@{
|
||||
ViewData["Title"] = "Register";
|
||||
Layout = "/Views/Shared/_UnauthenticatedLayout.cshtml";
|
||||
Layout = "/Pages/Shared/_UnauthenticatedLayout.cshtml";
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user