how can i hide the api request unauthorized console log in blazor web assembly?

60 Views Asked by At

enter image description hereTry to access the authorized server side api method and getting unauthorized error in response. i handled them to refresh token but that unauthorized error with api url has been logged in browser console from somewhere. how to clear them.

I have implemented JWT token authentication with blazor webassembly. Try to access the authorized server side api method from client and getting unauthorized error in response. i handled them to refresh token but that unauthorized error with api url has been logged in browser console from somewhere. how to hide that error from console log

0

There are 0 best solutions below