0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Removed extraneous permission flag in identities

- This doesn't affect permissions, only permissions inside an endpoint config block does that
- Rather it creates an extra unused "endpoint" called identities.permissions
This commit is contained in:
Hannah Wolfe 2022-03-15 13:57:54 +00:00
parent ee87c7f995
commit b53296c4d5
No known key found for this signature in database
GPG key ID: AB586C3B5AE5C037

View file

@ -25,7 +25,6 @@ const sign = async (claims, options) => {
module.exports = {
docName: 'identities',
permissions: true,
read: {
permissions: true,
async query(frame) {