@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.
@@ -694,6 +694,7 @@ class TeamsUserCredential {
694
694
  },
695
695
  };
696
696
  this.msalInstance = new PublicClientApplication(msalConfig);
697
+ await this.msalInstance.initialize();
697
698
  this.initialized = true;
698
699
  }
699
700
  /**