nfc: Fix MFUL auth success usage, remove unused variable

This commit is contained in:
Yukai Li
2022-10-07 01:11:03 -06:00
parent 2e93c6268e
commit b839566f3e
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -215,7 +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);
data->auth_success = mf_ul_is_full_capture(data);
parsed = true;
} while(false);