|
@@ -414,8 +414,8 @@ class UserService {
|
|
Future<void> setRecoveryKey(KeyAttributes keyAttributes) async {
|
|
Future<void> setRecoveryKey(KeyAttributes keyAttributes) async {
|
|
try {
|
|
try {
|
|
final setRecoveryKeyRequest = SetRecoveryKeyRequest(
|
|
final setRecoveryKeyRequest = SetRecoveryKeyRequest(
|
|
- keyAttributes.masterKeyEncryptedWithRecoveryKey,
|
|
|
|
- keyAttributes.masterKeyDecryptionNonce,
|
|
|
|
|
|
+ keyAttributes.masterKeyEncryptedWithRecoveryKey!,
|
|
|
|
+ keyAttributes.masterKeyDecryptionNonce!,
|
|
keyAttributes.recoveryKeyEncryptedWithMasterKey!,
|
|
keyAttributes.recoveryKeyEncryptedWithMasterKey!,
|
|
keyAttributes.recoveryKeyDecryptionNonce!,
|
|
keyAttributes.recoveryKeyDecryptionNonce!,
|
|
);
|
|
);
|