Fix TextEditingController was used after being disposed in LoginView

(cherry picked from commit 16d0c8b5db6e5829836a87afb66769698236c837)
This commit is contained in:
dab246
2023-08-28 18:34:16 +07:00
committed by Dat Vu
parent a26d2e60a0
commit 20c9777819
2 changed files with 5 additions and 8 deletions
@@ -54,7 +54,7 @@ class LoginBindings extends BaseBindings {
@override
void bindingsController() {
Get.lazyPut(() => LoginController(
Get.create(() => LoginController(
Get.find<GetAuthenticatedAccountInteractor>(),
Get.find<UpdateAuthenticationAccountInteractor>(),
Get.find<AuthenticationInteractor>(),