From 0c3d40a31ee876589be78267181fa4a91640f913 Mon Sep 17 00:00:00 2001 From: jey Date: Wed, 1 Nov 2023 17:53:50 -0500 Subject: [PATCH] AppIntegrity improvements --- FRAuth/FRAuth/Callbacks/FRAppIntegrityCallback.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FRAuth/FRAuth/Callbacks/FRAppIntegrityCallback.swift b/FRAuth/FRAuth/Callbacks/FRAppIntegrityCallback.swift index f1c4c47d..b9c55cbc 100644 --- a/FRAuth/FRAuth/Callbacks/FRAppIntegrityCallback.swift +++ b/FRAuth/FRAuth/Callbacks/FRAppIntegrityCallback.swift @@ -72,7 +72,7 @@ public class FRAppIntegrityCallback: MultipleValuesCallback { self.attestToken = outputToken if !outputToken.isEmpty { - FRLog.e("Persist the attestation reference") + FRLog.i("Persist the attestation reference") appIntegritykeys.updateKey(value: outputToken) }