-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(oauth): check for window parent correctly in ouath without popup
window.parent is equal to itself when there is no parent, so it will always be truthy. Need to check that the window has a separate parent instead. AFFECTS PACKAGES: @esri/arcgis-rest-auth
- Loading branch information
Noah Mulfinger
committed
Jan 4, 2018
1 parent
28a3cca
commit a27bb7d
Showing
2 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters