HandleUnauthorizedAccess
Function: HandleUnauthorizedAccess()
function HandleUnauthorizedAccess(error): void
Defined in: src/lib/utils.tsx:38
Handles unauthorized access by redirecting to the logout page.
Parameters
error
Error
The error object containing the error message.
Returns
void