mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
Simplify send templates (#237)
* Simplify Send templates * Fix internal template reference * No trailing whitespace
This commit is contained in:
@@ -251,7 +251,7 @@ export class SendProgram extends Program {
|
||||
sendText = SendTextResponse.template(data, options.hidden);
|
||||
}
|
||||
|
||||
const template = Utils.assign(SendResponse.template(options.deleteInDays), {
|
||||
const template = Utils.assign(SendResponse.template(null, options.deleteInDays), {
|
||||
name: options.name ?? name,
|
||||
notes: options.notes,
|
||||
file: sendFile,
|
||||
|
||||
Reference in New Issue
Block a user