Skip to content

Commit b3bef69

Browse files
committed
Removed unused property
1 parent a2cfe28 commit b3bef69

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/IdentityManager2/Api/Models/PageModel.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ public class PageModel
66
public string Model { get; set; }
77
}
88

9-
class PageModelParams
9+
public class PageModelParams
1010
{
1111
public string PathBase { get; set; }
1212
public bool ShowLoginButton { get; set; }
13-
public string TitleNavBarLinkTarget { get; set; }
1413
}
1514
}

0 commit comments

Comments
 (0)