TF-607 Delete authority oidc when logout

This commit is contained in:
dab246
2022-06-03 18:37:17 +07:00
committed by Dat H. Pham
parent ced3fecd1f
commit c445d3c71a
14 changed files with 105 additions and 18 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ class LocalBindings extends Bindings {
Get.find<EmailCacheClient>(),
Get.find<RecentSearchCacheClient>(),
Get.find<TokenOidcCacheClient>(),
Get.find<AccountCacheClient>()
Get.find<AccountCacheClient>(),
));
}
}