1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 22:13:32 +00:00

tweak vendor filenames

This commit is contained in:
✨ Audrey ✨
2024-12-27 14:11:07 -05:00
parent c88b7a65fd
commit 6c84f21d77
5 changed files with 2 additions and 2 deletions

View File

@@ -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",
};

View File

@@ -1,5 +1,5 @@
export const Vendor = Object.freeze({
anonaddy: "anonaddy",
addyio: "addyio",
duckduckgo: "duckduckgo",
fastmail: "fastmail",
mozilla: "mozilla",