mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 21:30:45 +00:00
Merge branch 'dev' into feature/QQQ-38-app-home-widgets
This commit is contained in:
@ -34,11 +34,7 @@ class QClient
|
||||
private static handleException(exception: QException)
|
||||
{
|
||||
console.log(`Caught Exception: ${JSON.stringify(exception)}`);
|
||||
const {logout} = useAuth0();
|
||||
if (exception.status === "401")
|
||||
{
|
||||
logout();
|
||||
}
|
||||
throw (exception);
|
||||
}
|
||||
|
||||
public static getInstance()
|
||||
|
Reference in New Issue
Block a user