aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-11-19 11:24:31 +0100
committerChocobozzz <me@florianbigard.com>2018-11-19 14:34:36 +0100
commita8a63227781c6815532cb7a68699b08fdb0368be (patch)
tree6383e14156012b9366d0d1c2039262574fab2fc4 /client
parent9d0b856e930ee1c676d16a56408a3e4a18f8f978 (diff)
downloadPeerTube-a8a63227781c6815532cb7a68699b08fdb0368be.tar.gz
PeerTube-a8a63227781c6815532cb7a68699b08fdb0368be.tar.zst
PeerTube-a8a63227781c6815532cb7a68699b08fdb0368be.zip
Optimize image resizing
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+verify-account/verify-account-email/verify-account-email.component.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/+verify-account/verify-account-email/verify-account-email.component.ts b/client/src/app/+verify-account/verify-account-email/verify-account-email.component.ts
index 26b3bf4b1..e4a5522c8 100644
--- a/client/src/app/+verify-account/verify-account-email/verify-account-email.component.ts
+++ b/client/src/app/+verify-account/verify-account-email/verify-account-email.component.ts
@@ -25,7 +25,6 @@ export class VerifyAccountEmailComponent implements OnInit {
25 } 25 }
26 26
27 ngOnInit () { 27 ngOnInit () {
28
29 this.userId = this.route.snapshot.queryParams['userId'] 28 this.userId = this.route.snapshot.queryParams['userId']
30 this.verificationString = this.route.snapshot.queryParams['verificationString'] 29 this.verificationString = this.route.snapshot.queryParams['verificationString']
31 30