@nsshunt/stsoauth2plugin 1.0.66 → 1.0.68
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.
package/dist/stsoauth2plugin.mjs
CHANGED
|
@@ -2833,7 +2833,7 @@ class STSOAuth2Manager {
|
|
|
2833
2833
|
if (!isNode) {
|
|
2834
2834
|
if (app.config.globalProperties.$sts[STSInstrumentControllerPluginKey]) {
|
|
2835
2835
|
const STSInstrumentController = app.config.globalProperties.$sts[STSInstrumentControllerPluginKey];
|
|
2836
|
-
__privateSet(this, _aic, STSInstrumentController.
|
|
2836
|
+
__privateSet(this, _aic, STSInstrumentController.instrumentController);
|
|
2837
2837
|
}
|
|
2838
2838
|
__privateSet(this, _router, app.config.globalProperties.$router);
|
|
2839
2839
|
}
|