diff --git a/API/QRCODE.sh b/API/QRCODE.sh index 8475b893..5bcd900e 100755 --- a/API/QRCODE.sh +++ b/API/QRCODE.sh @@ -376,7 +376,7 @@ if [[ ${QRCODE:0:5} == "~~~~~" ]]; then fi ### THIS QRCODE IS EMAIL/PASS/PIN STYLE -if [[ ${QRCODE:0:5} == "ẑẑẑẑẑ" ]]; then +if [[ ${QRCODE:0:5} == "&&&&&" ]]; then PASS=$(urldecode ${THIS}) echo "ZENCARD UPlanet QRCODE : PIN=${PASS}"