in src/services/msalAuthService.ts [67:72]
public async signIn(): Promise<void> {
const msalInstance = await this.getMsalInstance();
const authResult = await msalInstance.loginPopup({ scopes: this.scopes! });
msalInstance.setActiveAccount(authResult.account);
}