1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 00:23:17 +00:00

Add unlock service

This commit is contained in:
Bernd Schoolmann
2026-01-20 17:48:13 +01:00
parent cae3a0587f
commit babe20af06
19 changed files with 358 additions and 2 deletions

11
libs/unlock/package.json Normal file
View 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"
}