diff --git a/docs-src/popup.md b/docs-src/popup.md index 9411db87..6087b45c 100644 --- a/docs-src/popup.md +++ b/docs-src/popup.md @@ -3,11 +3,11 @@ Thanks to a great community contribution, this library also supports logging the user in via a popup. For this, you need to do two things: - Use ``initLoginFlowInPopup`` instead of ``initLoginFlow``. -- Create and configure a ``silent-refresh.html`` as described [here](./silent-refresh.html) *. +- Create and configure a ``silent-refresh.html`` as described [here](./silent-refresh.md) *. \* Please note this does not mean that you have to use silent refresh too. -Also, for your ``silent-regfesh.html``, make sure you are also targeting +Also, for your ``silent-refresh.html``, make sure you are also targeting ``window.opener`` and fall back to ``window.parent``: -**Please note**: IE sets opener to null under specific security settings. This prevents making this work. \ No newline at end of file +**Please note**: IE sets opener to null under specific security settings. This prevents making this work.