mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
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:
parent
8c65b25c41
commit
d17c68ba96
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue