Code only displayed for owner and is not lost on refresh

This commit is contained in:
2026-03-09 21:24:01 +01:00
parent b10292b880
commit 10b550a59a
4 changed files with 13 additions and 3 deletions

View File

@@ -9,6 +9,8 @@ public class Whiteboard
public Guid OwnerId { get; set; }
public User Owner { get; set; } = null!;
public string Code {get; set;}
public List<User> Users { get; } = [];