Added entry saving support

This commit is contained in:
2025-01-15 20:43:57 +01:00
parent d4018cceec
commit 1cf2b44503
11 changed files with 285 additions and 76 deletions

View File

@@ -23,7 +23,8 @@ Welcome to your new Fluent Blazor app.
Id = Guid.CreateVersion7(),
FirstName = first,
LastName = last,
Username = username
Username = username,
Password = GenerateName(Random.Shared.Next(8, 16))
};
Context.Users.Add(user);