1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[PM-3878] Setting send password to null if it is empty (#6276)

* setting send password to null if it is empty

* Using Utils.IsNullOrWhiteSpace to verify name and password on SendAddEdit.
Removed unnecessary setting password as null on desktop
This commit is contained in:
aj-rosado
2023-09-14 12:41:15 +01:00
committed by GitHub
parent 931a2258e2
commit c9245df8d3
2 changed files with 6 additions and 15 deletions

View File

@@ -50,7 +50,6 @@ export class AddEditComponent extends BaseAddEditComponent {
}
async refresh() {
this.password = null;
const send = await this.loadSend();
this.send = await send.decrypt();
this.updateFormValues();