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

@@ -11,7 +11,7 @@ namespace Shogi.UI.Pages.Home.Api
authorizedUrls: new[] { "https://api.lucaserver.space/Shogi.Api", "https://localhost:5001" },
scopes: new string[] {
"api://c1e94676-cab0-42ba-8b6c-9532b8486fff/DefaultScope",
"offline_access",
//"offline_access",
});
}