Skip to content

Commit 1164096

Browse files
authored
build: Release (#2960)
2 parents 316189b + 9043001 commit 1164096

File tree

70 files changed

+9686
-2026
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+9686
-2026
lines changed

Parse-Dashboard/CLI/mfa.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
const crypto = require('crypto');
2-
const inquirer = require('inquirer');
2+
let inquirer = require('inquirer');
3+
if (inquirer.default) {
4+
inquirer = inquirer.default;
5+
}
36
const OTPAuth = require('otpauth');
47
const { copy } = require('./utils.js');
58
const phrases = {

0 commit comments

Comments
 (0)