From 6d2878ad1ba890f589a0fbe9e219200f3f4ea99e Mon Sep 17 00:00:00 2001 From: busycat <87261796+busycat@users.noreply.github.com> Date: Fri, 30 Jul 2021 02:50:12 +0530 Subject: [PATCH 1/2] Fix typo --- docs-src/popup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-src/popup.md b/docs-src/popup.md index 9411db87..d7600703 100644 --- a/docs-src/popup.md +++ b/docs-src/popup.md @@ -7,7 +7,7 @@ Thanks to a great community contribution, this library also supports logging the \* 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. From f118a297e88acb581433744aa08fd350e3552f9a Mon Sep 17 00:00:00 2001 From: busycat <87261796+busycat@users.noreply.github.com> Date: Fri, 30 Jul 2021 02:52:52 +0530 Subject: [PATCH 2/2] Update popup.md --- docs-src/popup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-src/popup.md b/docs-src/popup.md index d7600703..6087b45c 100644 --- a/docs-src/popup.md +++ b/docs-src/popup.md @@ -3,7 +3,7 @@ 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.