@microsoft/teamsfx 2.3.3-beta.2024071602.0 → 2.3.3-beta.2024080704.0

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.
@@ -726,6 +726,7 @@ class TeamsUserCredential {
726
726
  },
727
727
  };
728
728
  this.msalInstance = new PublicClientApplication(msalConfig);
729
+ yield this.msalInstance.initialize();
729
730
  this.initialized = true;
730
731
  });
731
732
  }