We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cfe28 commit b3bef69Copy full SHA for b3bef69
1 file changed
src/IdentityManager2/Api/Models/PageModel.cs
@@ -6,10 +6,9 @@ public class PageModel
6
public string Model { get; set; }
7
}
8
9
- class PageModelParams
+ public class PageModelParams
10
{
11
public string PathBase { get; set; }
12
public bool ShowLoginButton { get; set; }
13
- public string TitleNavBarLinkTarget { get; set; }
14
15
0 commit comments