Try to redirect on MSAL logout.
This commit is contained in:
@@ -95,7 +95,10 @@ namespace Shogi.Api
|
||||
{
|
||||
await socketService.HandleSocketRequest(context);
|
||||
}
|
||||
await next();
|
||||
else
|
||||
{
|
||||
await next();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user