You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
It seems the promise never gets executed for whatever weird reason. The console.log call never prints this text. Any clues why?
authenticator.authenticate(OfficeHelpers.DefaultEndpoints.Microsoft).then(function(token){console.log('this here never gets printed, why?')}.catch(OfficeHelpers.Utilities.log);
The text was updated successfully, but these errors were encountered:
I have following code for testing an add-in I'm developing locally and show it up on https://outlook.office365.com/
It seems the promise never gets executed for whatever weird reason. The
console.log
call never prints this text. Any clues why?The text was updated successfully, but these errors were encountered: