Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
auguzsto committed Jul 28, 2023
1 parent 6532768 commit 8eafee8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/src/shared/controllers/auth_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ class AuthController extends GetxController {
? Get.offAll(const HomeAdminScreen())
: Get.offAll(const HomeScreen());
});

// if (Get.find<UserModel>(tag: "user").vendor == 1) {
// return Get.offAll(const HomeAdminScreen());
// }

// Get.offAll(const HomeScreen());
}
isLoading.value = false;
},
Expand Down

0 comments on commit 8eafee8

Please sign in to comment.