mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Allowed editing sends
This commit is contained in:
@@ -28,5 +28,9 @@ export class AddEditComponent extends BaseAddEditComponent {
|
||||
async refresh() {
|
||||
const send = await this.loadSend();
|
||||
this.send = await send.decrypt();
|
||||
this.hasPassword = this.send.password != null && this.send.password.trim() !== '';
|
||||
this.deletionDate = this.dateToString(this.send.deletionDate);
|
||||
this.expirationDate = this.dateToString(this.send.expirationDate);
|
||||
this.password = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user