1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

PM-17187 Autofill new card information in the popout (#13688)

This commit is contained in:
Jeffrey Holland
2025-03-20 20:54:33 +01:00
committed by GitHub
parent 85c71351fc
commit 79fd1b3263
4 changed files with 64 additions and 1 deletions

View File

@@ -25,6 +25,11 @@ export type OptionalInitialValues = {
username?: string;
password?: string;
name?: string;
cardholderName?: string;
number?: string;
expMonth?: string;
expYear?: string;
code?: string;
};
/**