reintroduce microsoft login. upgrade a bunch of stuff.
This commit is contained in:
@@ -15,7 +15,14 @@
|
||||
}
|
||||
<PageHeader />
|
||||
<GameBrowser ActiveSessionChanged="OnChangeSession" />
|
||||
<GameBoard SessionName="@activeSessionName" />
|
||||
@if (Account.User == null || activeSessionName == null)
|
||||
{
|
||||
<EmptyGameBoard />
|
||||
}
|
||||
else
|
||||
{
|
||||
<GameBoard SessionName="@activeSessionName" />
|
||||
}
|
||||
</main>
|
||||
|
||||
@code {
|
||||
|
||||
Reference in New Issue
Block a user