diff --git a/DGCAWallet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/DGCAWallet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 4e9fc9d..e6adb27 100644 --- a/DGCAWallet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/DGCAWallet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -15,7 +15,7 @@ "repositoryURL": "https://github.com/eu-digital-green-certificates/dgca-app-core-ios", "state": { "branch": "main", - "revision": "98c54595046e40068b570b69bd04a15668874569", + "revision": "31acce3b9ade4dfe7446eb6cf3956863ca6e71c0", "version": null } }, diff --git a/DGCAWallet/ViewControllers/CertificateViewer.swift b/DGCAWallet/ViewControllers/CertificateViewer.swift index d489005..d3f230c 100644 --- a/DGCAWallet/ViewControllers/CertificateViewer.swift +++ b/DGCAWallet/ViewControllers/CertificateViewer.swift @@ -93,7 +93,8 @@ class CertificateViewerVC: UIViewController { showInputDialog( title: l10n("tan.confirm.title"), subtitle: l10n("tan.confirm.text"), - inputPlaceholder: l10n("tan.confirm.placeholder") + inputPlaceholder: l10n("tan.confirm.placeholder"), + capitalization: .allCharacters ) { [weak self] in guard let cert = self?.hCert else { return