From 59d75fe0864253e51e6b6b9ad3f5a30cb18d053d Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Wed, 17 Aug 2022 18:42:14 +0300 Subject: [PATCH] Minor improvements --- lib/core/auth/login/two_factor_authentication_page.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/core/auth/login/two_factor_authentication_page.dart b/lib/core/auth/login/two_factor_authentication_page.dart index 5973708..fc5b6f2 100644 --- a/lib/core/auth/login/two_factor_authentication_page.dart +++ b/lib/core/auth/login/two_factor_authentication_page.dart @@ -486,7 +486,6 @@ class _TwoFactorAuthenticationPageState Future _goBack() async { if (_prevProvider != null) { await _selectProvider(_prevProvider); - _prevProvider = null; } else { tbClient.logout(requestConfig: RequestConfig(ignoreErrors: true)); }