Merge branch 'dev' into feature/QQQ-38-app-home-widgets

This commit is contained in:
Tim Chamberlain
2022-08-29 14:55:03 -05:00
6 changed files with 55 additions and 66 deletions

View File

@ -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()