1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

Remove "Mir" CC brand option (#5011)

This commit is contained in:
Daniel James Smith
2023-03-16 13:14:49 +01:00
committed by GitHub
parent 499f0f93f9
commit ca0a525895
10 changed files with 0 additions and 25 deletions

View File

@@ -301,12 +301,6 @@ export abstract class BaseImporter {
return "Visa";
}
// Mir
re = new RegExp("^220[0-4]");
if (cardNum.match(re) != null) {
return "Mir";
}
return null;
}