fix(cnb): update logic clear all data

(cherry picked from commit 4853a4f7037bc22e68686c35b4daaa74a58c5055)
This commit is contained in:
dab246
2025-12-02 15:10:45 +07:00
committed by Dat H. Pham
parent b3e5ab0df4
commit d827ead3a4
+2 -2
View File
@@ -563,9 +563,9 @@ abstract class BaseController extends GetxController
try {
await Future.wait([
if (isAuthenticatedWithOidc)
deleteCredentialInteractor.execute()
deleteAuthorityOidcInteractor.execute()
else
deleteAuthorityOidcInteractor.execute(),
deleteCredentialInteractor.execute(),
cachingManager.clearAll(),
languageCacheManager.removeLanguage(),
]);