mirror of
https://github.com/covidpass-org/covidpass.git
synced 2025-02-22 14:37:51 +01:00
hot fix to remove the altText of the QR code to improve scannabilitiy
This commit is contained in:
parent
d4b7d267d3
commit
6bd13c086c
@ -16,7 +16,7 @@ export interface QrCode {
|
||||
message: string;
|
||||
format: QrFormat;
|
||||
messageEncoding: Encoding;
|
||||
altText: string;
|
||||
// altText: string;
|
||||
}
|
||||
|
||||
export interface PackageResult {
|
||||
@ -138,7 +138,7 @@ export class PassPhotoCommon {
|
||||
message: qrCodeMessage,
|
||||
format: QrFormat.PKBarcodeFormatQR,
|
||||
messageEncoding: Encoding.iso88591,
|
||||
altText : 'Source: ' + payloadBody.shcReceipt.cardOrigin
|
||||
// altText : 'Source: ' + payloadBody.shcReceipt.cardOrigin
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user