]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/reset-password/reset-password.component.ts
Fix player progress bar when changing resolution
[github/Chocobozzz/PeerTube.git] / client / src / app / reset-password / reset-password.component.ts
index cb4a634f13701dea6cdd635c139cb18ada5a359d..af1298de613d225d00bf50212e57ec3fd0fdc3ae 100644 (file)
@@ -2,7 +2,6 @@ import { Component, OnInit } from '@angular/core'
 import { ActivatedRoute, Router } from '@angular/router'
 import { UserService, UserValidatorsService } from '@app/shared'
 import { NotificationsService } from 'angular2-notifications'
-import { AuthService } from '../core'
 import { FormReactive } from '../shared'
 import { I18n } from '@ngx-translate/i18n-polyfill'
 import { FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service'
@@ -22,7 +21,6 @@ export class ResetPasswordComponent extends FormReactive implements OnInit {
     protected formValidatorService: FormValidatorService,
     private resetPasswordValidatorsService: ResetPasswordValidatorsService,
     private userValidatorsService: UserValidatorsService,
-    private authService: AuthService,
     private userService: UserService,
     private notificationsService: NotificationsService,
     private router: Router,