Marino Faggiana 6 سال پیش
والد
کامیت
5fc2a94527
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      iOSClient/Settings/NCEndToEndInitialize.swift

+ 1 - 1
iOSClient/Settings/NCEndToEndInitialize.swift

@@ -79,7 +79,7 @@ class NCEndToEndInitialize : NSObject  {
                         
                         if (errorCode == 0 && account == self.appDelegate.activeAccount) {
                             
-                            CCUtility.setEndToEndPublicKey(account, publicKey: publicKey)
+                            CCUtility.setEndToEndPublicKey(account, publicKey: csr)
                             
                             // Request PrivateKey chiper to Server
                             self.getPrivateKeyCipher()