mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 22:13:32 +00:00
tweak vendor filenames
This commit is contained in:
@@ -6,7 +6,7 @@ import { Vendor } from "./data";
|
||||
import { VendorMetadata } from "./type";
|
||||
|
||||
export const AddyIo: VendorMetadata = {
|
||||
id: Vendor.anonaddy,
|
||||
id: Vendor.addyio,
|
||||
name: "Addy.io",
|
||||
};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export const Vendor = Object.freeze({
|
||||
anonaddy: "anonaddy",
|
||||
addyio: "addyio",
|
||||
duckduckgo: "duckduckgo",
|
||||
fastmail: "fastmail",
|
||||
mozilla: "mozilla",
|
||||
|
||||
Reference in New Issue
Block a user