reintroduce microsoft login. upgrade a bunch of stuff.
This commit is contained in:
8
Shogi.UI/Pages/Home/GameBoard/SpectatorGameBoard.razor
Normal file
8
Shogi.UI/Pages/Home/GameBoard/SpectatorGameBoard.razor
Normal file
@@ -0,0 +1,8 @@
|
||||
@using Contracts.Types;
|
||||
|
||||
<p>You are spectating</p>
|
||||
<GameBoardPresentation Perspective="WhichPlayer.Player1" Session="Session" />
|
||||
|
||||
@code {
|
||||
[Parameter] public Session Session { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user