perbaikan on possale string 1
This commit is contained in:
@@ -82,7 +82,7 @@ void showDeleteAccountDialog(BuildContext context, WidgetRef ref) {
|
||||
.deleteAccount(businessId: businessId, password: passwordController.text);
|
||||
|
||||
if (isDeleted) {
|
||||
await LogOutRepo().signOut();
|
||||
await LogOutRepo().signOut(context: context);
|
||||
if (context.mounted) Navigator.of(context).pop();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user