Handle web finger to get token in HomeController
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -53,7 +53,7 @@ abstract class HiveCacheClient<T> {
|
||||
T newObject, {
|
||||
bool isolated = true,
|
||||
}) {
|
||||
log('$runtimeType::insertItem:encryption: $encryption - key = $key - isolated');
|
||||
log('$runtimeType::insertItem:encryption: $encryption - key = $key - isolated = $isolated');
|
||||
return Future.sync(() async {
|
||||
if (isolated) {
|
||||
final boxItem = await openIsolatedBox();
|
||||
|
||||
Reference in New Issue
Block a user