Use OID instead of email for microsoft identifier. Fix PlayerCount route. Add created date to user table. Create spectator icon.
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
@using Contracts.Types;
|
|
|
|
<GameBoardPresentation IsSpectating="true" Perspective="WhichPlayer.Player1" Session="Session" />
|
|
|
|
@code {
|
|
[Parameter] public Session Session { get; set; }
|
|
}
|