@@ -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) {
@@ -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];