]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/users/user.service.ts
Add warning regarding config upgrade in docker.md
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / users / user.service.ts
index d0abc7def460a7ac9d7734d81eff2140622c714f..cc5c051f173b040386ba9897a6541d0154da0c04 100644 (file)
@@ -103,11 +103,6 @@ export class UserService {
                )
   }
 
-  resetUserPassword (userId: number) {
-    return this.authHttp.post(UserService.BASE_USERS_URL + userId + '/reset-password', {})
-               .pipe(catchError(err => this.restExtractor.handleError(err)))
-  }
-
   verifyEmail (userId: number, verificationString: string) {
     const url = `${UserService.BASE_USERS_URL}/${userId}/verify-email`
     const body = {