HandleUnauthorizedAccess

Function: HandleUnauthorizedAccess()

function HandleUnauthorizedAccess(error): void

Defined in: 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

On this page