@osovitny/anatoly 3.20.15 → 3.20.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10246,6 +10246,7 @@ class AppService extends ApiServiceBase {
10246
10246
  appCoreSettings = appCoreSettings.replace(/--APPNAME--/g, g_AppName);
10247
10247
  sessionStorage.setItem(SessionStorageKeys.appCoreSettings, appCoreSettings);
10248
10248
  sessionStorage.setItem(SessionStorageKeys.appMSALSettings, appMSALSettings);
10249
+ resetAppCoreSettings();
10249
10250
  }
10250
10251
  }));
10251
10252
  }