25-5-30/1
This commit is contained in:
@@ -75,9 +75,7 @@ class LogOutController extends GetxController {
|
||||
confirm: MyElevatedButton(
|
||||
title: 'Delete'.tr,
|
||||
onPressed: () async {
|
||||
if (checkTxtController.text ==
|
||||
EncryptionHelper.instance
|
||||
.decryptData(box.read(BoxName.nameDriver))) {
|
||||
if (checkTxtController.text == (box.read(BoxName.nameDriver))) {
|
||||
// deletecaptainAccount();
|
||||
|
||||
var id = await checkBeforeDelete();
|
||||
|
||||
Reference in New Issue
Block a user