TF-607 Delete authority oidc when logout
This commit is contained in:
@@ -47,7 +47,7 @@ class LocalBindings extends Bindings {
|
||||
Get.find<EmailCacheClient>(),
|
||||
Get.find<RecentSearchCacheClient>(),
|
||||
Get.find<TokenOidcCacheClient>(),
|
||||
Get.find<AccountCacheClient>()
|
||||
Get.find<AccountCacheClient>(),
|
||||
));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user