mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
small fixes
This commit is contained in:
parent
89419c4fa5
commit
0747744fbb
@ -3,7 +3,7 @@ import { AttachmentView } from 'jslib/models/view/attachmentView';
|
||||
export class AttachmentResponse {
|
||||
id: string;
|
||||
fileName: string;
|
||||
size: number;
|
||||
size: string;
|
||||
sizeName: string;
|
||||
url: string;
|
||||
|
||||
|
@ -178,7 +178,7 @@ export class Program extends BaseProgram {
|
||||
writeLn(' bw unlock myPassword321 --raw');
|
||||
writeLn('', true);
|
||||
})
|
||||
.option('--check', 'Check vault status.', async () => {
|
||||
.option('--check', 'Check lock status.', async () => {
|
||||
const locked = await this.main.lockService.isLocked();
|
||||
if (!locked) {
|
||||
const res = new MessageResponse('Vault is unlocked!', null);
|
||||
|
Loading…
Reference in New Issue
Block a user