diff --git a/apps/authentiwatch/app.js b/apps/authentiwatch/app.js index de3d02163..d2a72c8a8 100644 --- a/apps/authentiwatch/app.js +++ b/apps/authentiwatch/app.js @@ -45,9 +45,6 @@ function b32decode(seedstr) { } } } - if (bitcount > 0) { - retstr += String.fromCharCode(buf << (8 - bitcount)); - } var retbuf = new Uint8Array(retstr.length); for (i in retstr) { retbuf[i] = retstr.charCodeAt(i);