Update to clearAuthenticationMetaDataLocalStorage upon 401

This commit is contained in:
2023-01-16 09:04:33 -06:00
parent bba7610902
commit dc335f7311

View File

@ -437,6 +437,8 @@ export default function App()
{ {
if ((e as QException).status === "401") if ((e as QException).status === "401")
{ {
qController.clearAuthenticationMetaDataLocalStorage();
////////////////////////////////////////////////////// //////////////////////////////////////////////////////
// todo - this is auth0 logout... make more generic // // todo - this is auth0 logout... make more generic //
////////////////////////////////////////////////////// //////////////////////////////////////////////////////