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:
parent
ee87c7f995
commit
b53296c4d5
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ const sign = async (claims, options) => {
|
|||
|
||||
module.exports = {
|
||||
docName: 'identities',
|
||||
permissions: true,
|
||||
read: {
|
||||
permissions: true,
|
||||
async query(frame) {
|
||||
|
|
Loading…
Reference in a new issue