mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 00:15:11 +03:00
Removed extraneous permission flag in member signin urls
- This doesn't affect permissions, only permissions inside an endpoint config block does that - Rather it creates an extra unused "endpoint" called member_signin_urls.permissions - same as https://github.com/TryGhost/Ghost/commit/b53296c4d
This commit is contained in:
parent
a6edd37721
commit
202696382f
@ -8,7 +8,6 @@ const messages = {
|
||||
|
||||
module.exports = {
|
||||
docName: 'member_signin_urls',
|
||||
permissions: true,
|
||||
read: {
|
||||
data: [
|
||||
'id'
|
||||
|
Loading…
Reference in New Issue
Block a user