Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
developedsoftware committed Jan 8, 2024
1 parent 3f05826 commit 9789e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.logRefreshToken = exports.acquireRefreshToken = void 0;
const rest_client_1 = require("../node_modules/ring-client-api/lib/api/rest-client");
const util_1 = require("../node_modules/ring-client-api/lib/api/util");
const rest_client_1 = require("../node_modules/ring-client-api/lib/rest-client");
const util_1 = require("../node_modules/ring-client-api/lib/util");
const fs = require('fs');
async function acquireRefreshToken() {
const email = await (void 0, util_1.requestInput)('Email: '), password = await (void 0, util_1.requestInput)('Password: '), restClient = new rest_client_1.RingRestClient({ email, password }), getAuthWith2fa = async () : Promise<any> => {
Expand Down

0 comments on commit 9789e94

Please sign in to comment.