Handle web finger to get token in HomeController

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-07-02 15:54:29 +07:00
committed by Dat H. Pham
parent fc2265b5e5
commit 9a2f0aa356
26 changed files with 323 additions and 113 deletions
@@ -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();