mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Merge pull request #1802 from noahclements/patch-1
Fixed "Residency Permit" Output
This commit is contained in:
@@ -1345,7 +1345,7 @@ static int emrtd_print_ef_dg1_info(uint8_t *data, size_t datalen) {
|
||||
} else if (mrz[0] == 'P') {
|
||||
PrintAndLogEx(SUCCESS, "Document Type.........: " _YELLOW_("Passport"));
|
||||
} else if (mrz[0] == 'A') {
|
||||
PrintAndLogEx(SUCCESS, "Document Type.........: " _YELLOW_("German Residency Permit"));
|
||||
PrintAndLogEx(SUCCESS, "Document Type.........: " _YELLOW_("Residency Permit"));
|
||||
} else {
|
||||
PrintAndLogEx(SUCCESS, "Document Type.........: " _YELLOW_("Unknown"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user