mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
Move card brand fieldnames to CC constants
This commit is contained in:
@@ -162,6 +162,14 @@ export class CreditCardAutoFillConstants {
|
||||
"ccv",
|
||||
];
|
||||
|
||||
static readonly CardBrandFieldNames: string[] = [
|
||||
"cc-type",
|
||||
"card-type",
|
||||
"card-brand",
|
||||
"cc-brand",
|
||||
"cb-type",
|
||||
];
|
||||
|
||||
// Each index represents a language. These three arrays should all be the same length.
|
||||
// 0: English, 1: Danish, 2: German/Dutch, 3: French/Spanish/Italian, 4: Russian, 5: Portuguese
|
||||
static readonly MonthAbbr = ["mm", "mm", "mm", "mm", "mm", "mm"];
|
||||
|
||||
Reference in New Issue
Block a user