TF-2384 Merge Token with TokenOIDC to avoid confusion
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit 9951d47a11bef36362cd2a5ad679a8a1fcaf022c)
This commit is contained in:
@@ -43,7 +43,6 @@ class AccountCacheManager {
|
||||
return _accountCacheClient.insertItem(newAccountCache.id, newAccountCache);
|
||||
}
|
||||
|
||||
|
||||
Future<void> deleteCurrentAccount(String hashId) {
|
||||
log('AccountCacheManager::deleteCurrentAccount(): $hashId');
|
||||
return _accountCacheClient.deleteItem(hashId);
|
||||
|
||||
Reference in New Issue
Block a user