Code only displayed for owner and is not lost on refresh
This commit is contained in:
@@ -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; } = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user