Skip to content

Commit

Permalink
fix: Replace encryptedDefaultSelfEncryptionKey with its constant
Browse files Browse the repository at this point in the history
  • Loading branch information
sitaram-kalluri committed Dec 11, 2024
1 parent 37ed080 commit 36f944f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/at_auth/lib/src/enroll/at_enrollment_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class AtEnrollmentImpl implements AtEnrollmentBase {
encryptedDefaultEncryptionPrivateKey,
AtConstants.apkamEncryptionPrivateKeyIV:
base64Encode(encryptionPrivateKeyIV.ivBytes),
'encryptedDefaultSelfEncryptionKey':
AtConstants.apkamEncryptedDefaultSelfEncryptionKey:
encryptedDefaultSelfEncryptionKey,
AtConstants.apkamSelfEncryptionKeyIV:
base64Encode(selfEncryptionKeyIV.ivBytes)
Expand Down

0 comments on commit 36f944f

Please sign in to comment.