refactoring the login

This commit is contained in:
Paul Schneider 2026-02-22 19:54:10 +00:00
commit 9289207085
18 changed files with 209 additions and 368 deletions

View file

@ -1,4 +1,4 @@
@model BlogPostCreateViewModel
@model BlogPostEditViewModel
@{
ViewData["Title"] = "Blog post edition";