Skip to content

Commit

Permalink
AppIntegrity improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyanthanperiyasamy committed Nov 1, 2023
1 parent d7ddc3f commit 0c3d40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FRAuth/FRAuth/Callbacks/FRAppIntegrityCallback.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 0c3d40a

Please sign in to comment.