mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-15 06:01:04 +00:00
Update totp.js
This commit is contained in:
parent
2ac75fd24e
commit
27f4dc2084
|
@ -42,3 +42,8 @@ function getOtp() {
|
||||||
|
|
||||||
exports.getPubKey = getPubKey;
|
exports.getPubKey = getPubKey;
|
||||||
exports.getOtp = getOtp;
|
exports.getOtp = getOtp;
|
||||||
|
|
||||||
|
exports.VERSIONINFO = "TOTP library (totp.js) version 0.1";
|
||||||
|
exports.AUTHOR = "abuse@catswords.net";
|
||||||
|
exports.global = global;
|
||||||
|
exports.require = global.require;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user