Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Dec 23, 2024
1 parent 25ba422 commit 7b29032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async Task RefreshTokenImplementation()
{ "RefreshTokenRequestedBy", requestedBy }
}, nonInterrupting: exp is ReusedRefreshTokenException);

if (exp is UnauthorizedException)
if (exp is UnauthorizedException) // refresh token is also invalid.
{
await ClearTokens();
}
Expand Down

0 comments on commit 7b29032

Please sign in to comment.