1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

Getting the WebVault url before returning the send on cli's remove password command (#7382)

This commit is contained in:
aj-rosado
2024-01-02 10:54:32 +00:00
committed by GitHub
parent 9694939c4c
commit 1c876bea55
3 changed files with 10 additions and 2 deletions

View File

@@ -160,6 +160,7 @@ export class ServeCommand {
this.sendRemovePasswordCommand = new SendRemovePasswordCommand(
this.main.sendService,
this.main.sendApiService,
this.main.environmentService,
);
}