diff --git a/src/utils/common.ts b/src/utils/common.ts index aca283076..97892c646 100644 --- a/src/utils/common.ts +++ b/src/utils/common.ts @@ -683,6 +683,10 @@ export function decryptedComputed( } }, { immediate: true }); + if (IS_MOBILE_APP) { + options.onDecrypted?.(encryptedState.value); + } + return (IS_MOBILE_APP) ? encryptedState // On mobile devices we are not encrypting states : computed({