exam_service
This commit is contained in:
@@ -31,7 +31,6 @@ namespace BlazorProducts.Client.HttpInterceptor
|
||||
{
|
||||
var absolutePath = request.RequestUri?.AbsolutePath;
|
||||
|
||||
_serviceProvider.Add("HELLO");
|
||||
if (absolutePath != null && !absolutePath.Contains("token") && !absolutePath.Contains("account"))
|
||||
{
|
||||
var token = await _refreshTokenService.TryRefreshToken();
|
||||
|
Reference in New Issue
Block a user