mirror of
https://github.com/bitwarden/browser
synced 2026-02-28 10:33:31 +00:00
WIP explore existing Send attributes and logic
This commit is contained in:
@@ -33,6 +33,7 @@ export class Send extends Domain {
|
||||
emails: string;
|
||||
disabled: boolean;
|
||||
hideEmail: boolean;
|
||||
// TODO add authType enum
|
||||
|
||||
constructor(obj?: SendData) {
|
||||
super();
|
||||
|
||||
@@ -29,6 +29,7 @@ export class SendView implements View {
|
||||
emails: string[] = [];
|
||||
disabled = false;
|
||||
hideEmail = false;
|
||||
// TODO add AuthType enum
|
||||
|
||||
constructor(s?: Send) {
|
||||
if (!s) {
|
||||
|
||||
Reference in New Issue
Block a user