Removed duplicate assignment

This commit is contained in:
Dylan Monroe 2019-09-25 15:54:39 -04:00
parent b8be888f05
commit 645d904954
No known key found for this signature in database
GPG Key ID: 605BCD1FE75AC0A1
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ const Otp = function(url, params) {
this.url = url;
this.type = params.type;
this.issuer = params.issuer;
this.account = params.account;
this.secret = params.secret;
this.issuer = params.issuer;