From: Justin Wind Date: Sat, 9 Mar 2024 00:39:54 +0000 (-0800) Subject: fix empty issuer in uri X-Git-Tag: v1.1.2~2 X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=b2ea475512479827a8899b72356f52010a3b4a9c;p=squeep-totp fix empty issuer in uri --- diff --git a/lib/hotp.js b/lib/hotp.js index 5e20ec6..7741a19 100644 --- a/lib/hotp.js +++ b/lib/hotp.js @@ -277,6 +277,7 @@ class HMACBasedOneTimePassword { static get _qrURIDefaultOptions() { return { + issuer: '', scheme: 'otpauth', type: this._type, };