Debugging live-only bug.
This commit is contained in:
@@ -77,7 +77,6 @@ public class AccountManager
|
||||
var platform = await localStorage.GetAccountPlatform();
|
||||
if (platform == WhichAccountPlatform.Guest)
|
||||
{
|
||||
Console.WriteLine($"Try Login Silent - {platform}");
|
||||
var response = await shogiApi.GetToken(WhichAccountPlatform.Guest);
|
||||
if (response != null)
|
||||
{
|
||||
@@ -91,7 +90,6 @@ public class AccountManager
|
||||
}
|
||||
else if (platform == WhichAccountPlatform.Microsoft)
|
||||
{
|
||||
Console.WriteLine($"Try Login Silent - {platform}");
|
||||
var state = await authState.GetAuthenticationStateAsync();
|
||||
if (state.User?.Identity?.Name != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user