Update readme

This commit is contained in:
Hinton 2022-03-25 11:36:31 +01:00
parent fd253d0cfa
commit c8dd2fa0c4
3 changed files with 3 additions and 3 deletions

View File

@ -16,11 +16,11 @@ The Bitwarden desktop app is written using Electron and Angular. The application
- [Node.js](https://nodejs.org) v16.13.1 (LTS) or greater
- NPM v8
- Rust (https://www.rust-lang.org/tools/install)
- Windows:
- To compile the native node modules used in the app you will need the _Visual C++ toolset_, available through the standard Visual Studio installer. You will also need to install the _Microsoft Build Tools 2015_ and _Windows 10 SDK 17134_ as additional dependencies in the Visual Studio installer.
- Unix:
- The following packages `build-essential libsecret-1-dev libglib2.0-dev`
- Rust
**Run the app**

View File

@ -6,7 +6,7 @@
export namespace passwords {
/** Fetch the stored password from the keychain. */
export function getPassword(service: string, account: string): Promise<string>
/** Fetch the stored password from the keychain. */
/** Fetch the stored password from the keychain that was stored with Keytar. */
export function getPasswordKeytar(service: string, account: string): Promise<string>
/** Save the password to the keychain. Adds an entry if none exists otherwise updates the existing entry. */
export function setPassword(service: string, account: string, password: string): Promise<void>

2
jslib

@ -1 +1 @@
Subproject commit a8389334dad5211ee66c01ec79a1905565d5e977
Subproject commit e46743b1d5ce247bdc50fa8bf4aeb058853ea6bb