Marino Faggiana 7 роки тому
батько
коміт
5dc915192f

+ 1 - 4
iOSClient/AppDelegate.m

@@ -63,10 +63,7 @@
     // Brand
     if ([NCBrandOptions sharedInstance].use_firebase) {
     
-        /*
-         In order for this to work, proper GoogleService-Info.plist must be included
-         */
-    
+        //In order for this to work, proper GoogleService-Info.plist must be included
         @try {
             [FIRApp configure];
         } @catch (NSException *exception) {

+ 1 - 0
iOSClient/Settings/NCManageEndToEndEncryption.m

@@ -283,6 +283,7 @@
     [aViewController dismissViewControllerAnimated:YES completion:nil];
     
     NSString *e2ePassphrase = [CCUtility getEndToEndPassphrase:app.activeAccount];
+    NSLog(@"Passphrase: %@", e2ePassphrase);
     
     NSString *message = [NSString stringWithFormat:@"\n%@\n\n\n%@", NSLocalizedString(@"_e2e_settings_the_passphrase_is_", nil), e2ePassphrase];