MX пре 1 година
родитељ
комит
fd615a8cd5
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      scenes/picopass_scene_read_card_success.c

+ 2 - 0
scenes/picopass_scene_read_card_success.c

@@ -108,6 +108,8 @@ void picopass_scene_read_card_success_on_enter(void* context) {
         // Neither of these are valid.  Indicates the block was all 0x00 or all 0xff
         if(SE) {
             furi_string_cat_printf(info_str, "SIO");
+        } else if(auth == PicopassDeviceAuthMethodFailed) {
+            furi_string_cat_printf(info_str, "Auth Failed");
         } else {
             furi_string_cat_printf(info_str, "Invalid PACS");
         }