Try to redirect on MSAL logout.

This commit is contained in:
2023-07-06 21:01:58 -05:00
parent d80ea13b68
commit a246de8928
4 changed files with 8 additions and 9 deletions

View File

@@ -95,7 +95,10 @@ namespace Shogi.Api
{
await socketService.HandleSocketRequest(context);
}
await next();
else
{
await next();
}
});
}