mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 00:23:17 +00:00
Add unlock service
This commit is contained in:
11
libs/unlock/package.json
Normal file
11
libs/unlock/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "@bitwarden/unlock",
|
||||
"version": "0.0.1",
|
||||
"description": "Unlock the account of a user",
|
||||
"private": true,
|
||||
"type": "commonjs",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"license": "GPL-3.0",
|
||||
"author": "key-management"
|
||||
}
|
||||
Reference in New Issue
Block a user