continuous-authenticator
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -5,3 +5,3 @@ "use strict"; | ||
const circleci_1 = require("./circleci"); | ||
const CFA_HOST = 'http://localhost:3000'; | ||
const CFA_HOST = 'https://cfa.ngrok.io'; | ||
const CFA_SECRET = process.env.CFA_SECRET; | ||
@@ -8,0 +8,0 @@ exports.getOtp = async () => { |
{ | ||
"name": "continuous-authenticator", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Safely enable 2FA on your CI published packages", | ||
@@ -5,0 +5,0 @@ "main": "lib/module/index.js", |
Sorry, the diff of this file is not supported yet
7105