Skip to content

Commit 15fd4eb

Browse files
Fix Manage layout to use correct main layout path
Co-authored-by: BenjaminMichaelis <[email protected]>
1 parent 4822f58 commit 15fd4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EssentialCSharp.Web/Areas/Identity/Pages/Account/Manage/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66
else
77
{
8-
Layout = "/Areas/Identity/Pages/_Layout.cshtml";
8+
Layout = "/Views/Shared/_Layout.cshtml";
99
}
1010
}
1111

0 commit comments

Comments
 (0)