mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 07:21:43 +00:00
Update totp.js
This commit is contained in:
parent
27f4dc2084
commit
400e904aa9
|
@ -13,7 +13,7 @@ var JsonRpc2 = require("lib/jsonrpc2");
|
|||
function getPubKey() {
|
||||
var rpc = JsonRpc2.create("https://public-api.catswords.net");
|
||||
var result = rpc.invoke("relay_invoke_method", {
|
||||
"method": "load_script",
|
||||
"callback": "load_script",
|
||||
"requires": [
|
||||
"https://raw.githubusercontent.com/dimamedia/PHP-Simple-TOTP-and-PubKey/refs/heads/master/class.tfa.php"
|
||||
],
|
||||
|
@ -28,7 +28,7 @@ function getPubKey() {
|
|||
function getOtp() {
|
||||
var rpc = JsonRpc2.create("https://public-api.catswords.net");
|
||||
var result = rpc.invoke("relay_invoke_method", {
|
||||
"method": "load_script",
|
||||
"callback": "load_script",
|
||||
"requires": [
|
||||
"https://raw.githubusercontent.com/dimamedia/PHP-Simple-TOTP-and-PubKey/refs/heads/master/class.tfa.php"
|
||||
],
|
||||
|
@ -43,7 +43,7 @@ function getOtp() {
|
|||
exports.getPubKey = getPubKey;
|
||||
exports.getOtp = getOtp;
|
||||
|
||||
exports.VERSIONINFO = "TOTP library (totp.js) version 0.1";
|
||||
exports.VERSIONINFO = "TOTP library (totp.js) version 0.1.1";
|
||||
exports.AUTHOR = "abuse@catswords.net";
|
||||
exports.global = global;
|
||||
exports.require = global.require;
|
||||
|
|
Loading…
Reference in New Issue
Block a user