Debugging live-only bug.
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
<div>
|
||||
<p>How would you like to proceed?</p>
|
||||
<p>
|
||||
<button @onclick="Account.LoginWithMicrosoftAccount">Log in</button>
|
||||
<button @onclick="Account.LoginWithGuestAccount">Proceed as Guest</button>
|
||||
<button @onclick="async () => await Account.LoginWithMicrosoftAccount()">Log in</button>
|
||||
<button @onclick="async () => await Account.LoginWithGuestAccount()">Proceed as Guest</button>
|
||||
@if (AccountState.User != null)
|
||||
{
|
||||
/* This is an escape hatch in case user login fails in certain ways. */
|
||||
|
||||
Reference in New Issue
Block a user