Add error page.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user