OfficeDev / office-js-helpers

[ARCHIVED] A collection of helpers to simplify development of Office Add-ins & Microsoft Teams Tabs
MIT License
126 stars 56 forks source link

Auth Dialog does not close @ Powerpoint Online #116

Open ExciteM-Blog opened 5 years ago

ExciteM-Blog commented 5 years ago

In Powerpoint online, I'm seeing this code: OfficeHelpers.Authenticator.isAuthDialog() Is not closing the auth dialog after a successful sign in, even though it does return true. The first time I tried it, I got a 'Uncaught Error: Cannot close dialog' in the console, but there after nothing (even when trying with a new presentation).