mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
[PM-129] Refactor email forwarding providers to remove filtering for self-hosted (#4963)
* Added model for email forwarder options * Refactored code base to use model and filter based on the new model
This commit is contained in:
5
libs/common/src/models/domain/email-forwarder-options.ts
Normal file
5
libs/common/src/models/domain/email-forwarder-options.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export class EmailForwarderOptions {
|
||||
name: string;
|
||||
value: string;
|
||||
validForSelfHosted: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user