mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Check current password on server side
This commit is contained in:
parent
be1206bb93
commit
a890d1e0d3
8 changed files with 105 additions and 33 deletions
|
@ -87,7 +87,7 @@ meRouter.get('/me/videos/:videoId/rating',
|
|||
|
||||
meRouter.put('/me',
|
||||
authenticate,
|
||||
usersUpdateMeValidator,
|
||||
asyncMiddleware(usersUpdateMeValidator),
|
||||
asyncRetryTransactionMiddleware(updateMe)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue