Add error page.

This commit is contained in:
Lucas Morgan
2023-07-07 15:44:12 -05:00
parent a246de8928
commit 0b7ad072a4
5 changed files with 37 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ public class AccountManager
else if (platform == WhichAccountPlatform.Microsoft)
{
await accountState.SetUser(null);
navigation.NavigateToLogout("authentication/logout", "https://lucaserver.space/shogi");
navigation.NavigateToLogout("authentication/logout");
}
}
}