aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/mediawiki.authenticationPopup/AuthPopup.js
diff options
context:
space:
mode:
Diffstat (limited to 'resources/src/mediawiki.authenticationPopup/AuthPopup.js')
-rw-r--r--resources/src/mediawiki.authenticationPopup/AuthPopup.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/src/mediawiki.authenticationPopup/AuthPopup.js b/resources/src/mediawiki.authenticationPopup/AuthPopup.js
index 0a95c12b5d70..7c7f4393c9d4 100644
--- a/resources/src/mediawiki.authenticationPopup/AuthPopup.js
+++ b/resources/src/mediawiki.authenticationPopup/AuthPopup.js
@@ -152,6 +152,9 @@ function isIos() {
* The page opened in the popup should communicate success using the authSuccess.js script. If it
* doesn't, we also check for a login success when the user interacts with the parent window.
*
+ * The constructor is not publicly accessible in MediaWiki. Use the instance exposed by the
+ * {@link module:mediawiki.authenticationPopup mediawiki.authenticationPopup} module.
+ *
* **This library is not stable yet (as of May 2024). We're still testing which of the
* methods work from the technical side, and which methods are understandable for users.
* Some methods or the whole library may be removed in the future.**