nfc: Fill in MFUL has_auth when loading file

This commit is contained in:
Yukai Li
2022-10-07 00:58:31 -06:00
parent f1b2327b8a
commit 2e93c6268e
+1
View File
@@ -215,6 +215,7 @@ bool nfc_device_load_mifare_ul_data(FlipperFormat* file, NfcDevice* dev) {
auth_counter = 0;
data->curr_authlim = auth_counter;
data->has_auth = mf_ul_is_full_capture(data);
parsed = true;
} while(false);