Fixed invite only handling in Portal

refs https://github.com/TryGhost/Team/issues/579

Last commit missed updating Portal version in the URL, patched here.
This commit is contained in:
Rishabh 2021-04-27 23:16:12 +05:30
parent 8c65b25c41
commit d17c68ba96

View File

@ -121,7 +121,7 @@
"emailAnalytics": true
},
"portal": {
"url": "https://unpkg.com/@tryghost/portal@~1.1.0/umd/portal.min.js",
"url": "https://unpkg.com/@tryghost/portal@~1.2.0/umd/portal.min.js",
"version": "~1.2.0"
}
}