mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
Allow bw sync without unlocking (#2916)
This commit is contained in:
@@ -281,7 +281,7 @@ export class Program extends BaseProgram {
|
|||||||
writeLn("", true);
|
writeLn("", true);
|
||||||
})
|
})
|
||||||
.action(async (cmd) => {
|
.action(async (cmd) => {
|
||||||
await this.exitIfLocked();
|
await this.exitIfNotAuthed();
|
||||||
const command = new SyncCommand(this.main.syncService);
|
const command = new SyncCommand(this.main.syncService);
|
||||||
const response = await command.run(cmd);
|
const response = await command.run(cmd);
|
||||||
this.processResponse(response);
|
this.processResponse(response);
|
||||||
|
|||||||
Reference in New Issue
Block a user