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 was archived by the owner on Sep 21, 2021. It is now read-only.
I propose a change where we either add the params width and height, or an option obj, to either the Authenticator constructor or the authenticate method.
Could possibly change the constructor of Authenticator to just be an option object, but that would be a breaking change.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using
office-js
to create a dialog window it's possible to configure the size of the window.Authenticator uses this under the hood, but it's not avaliable to configure for users. Seems to be hardcoded in
authenticator.ts:153
:Please correct me if I'm wrong.
I propose a change where we either add the params
width
andheight
, or anoption
obj, to either theAuthenticator
constructor or theauthenticate
method.Could possibly change the constructor of
Authenticator
to just be an option object, but that would be a breaking change.The text was updated successfully, but these errors were encountered: