Update totp.js

This commit is contained in:
Namhyeon Go 2024-11-26 01:42:39 +09:00
parent 2ac75fd24e
commit 27f4dc2084

View File

@ -42,3 +42,8 @@ function getOtp() {
exports.getPubKey = getPubKey;
exports.getOtp = getOtp;
exports.VERSIONINFO = "TOTP library (totp.js) version 0.1";
exports.AUTHOR = "abuse@catswords.net";
exports.global = global;
exports.require = global.require;