]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+verify-account/verify-account-email/verify-account-email.component.ts
Optimize image resizing
[github/Chocobozzz/PeerTube.git] / client / src / app / +verify-account / verify-account-email / verify-account-email.component.ts
index 26b3bf4b1dcc473f4bfea1e47763e8f08c6eaf2d..e4a5522c8e8ad970e7f393725e03dccea4bcbbb1 100644 (file)
@@ -25,7 +25,6 @@ export class VerifyAccountEmailComponent implements OnInit {
   }
 
   ngOnInit () {
-
     this.userId = this.route.snapshot.queryParams['userId']
     this.verificationString = this.route.snapshot.queryParams['verificationString']