X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fhotp.js;fp=lib%2Fhotp.js;h=7741a19fc9ae4e3dc5d6511dc7a1905d16b2cb9a;hb=b2ea475512479827a8899b72356f52010a3b4a9c;hp=5e20ec6b8ea9bdf29cd66bf5e7f0163dd6f9f547;hpb=6329c254c95a9097a37018c5c4f8d2d010679e59;p=squeep-totp 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, };