mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Check current password on server side
This commit is contained in:
@@ -87,7 +87,7 @@ meRouter.get('/me/videos/:videoId/rating',
|
||||
|
||||
meRouter.put('/me',
|
||||
authenticate,
|
||||
usersUpdateMeValidator,
|
||||
asyncMiddleware(usersUpdateMeValidator),
|
||||
asyncRetryTransactionMiddleware(updateMe)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user