1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-25 12:43:12 +00:00

two-step login prompts

This commit is contained in:
Kyle Spearrin
2018-05-15 14:21:42 -04:00
parent 9ce758e859
commit e3eea736ed
4 changed files with 94 additions and 17 deletions

View File

@@ -35,6 +35,7 @@
"devDependencies": {
"@types/commander": "^2.12.2",
"@types/node": "^10.0.8",
"@types/readline-sync": "^1.4.3",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.0",
"cross-env": "^5.1.4",
@@ -49,6 +50,7 @@
"commander": "2.15.1",
"node-fetch": "2.1.2",
"node-forge": "0.7.1",
"node-localstorage": "1.3.1"
"node-localstorage": "1.3.1",
"readline-sync": "1.4.9"
}
}