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