diff --git a/platform-darwin/Source/iOS/MPSiteCell.m b/platform-darwin/Source/iOS/MPSiteCell.m index 89dc939b..b6687fb2 100644 --- a/platform-darwin/Source/iOS/MPSiteCell.m +++ b/platform-darwin/Source/iOS/MPSiteCell.m @@ -572,7 +572,6 @@ // Calculate Fields if (![MPiOSAppDelegate managedObjectContextPerformBlock:^(NSManagedObjectContext *context) { - MPSiteEntity *site = [self siteInContext:context]; MPKey *key = [MPiOSAppDelegate get].key; if (!key) { wrn( @"Could not load cell content: key unavailable." ); @@ -583,6 +582,7 @@ return; } + MPSiteEntity *site = [self siteInContext:context]; BOOL loginGenerated = site.loginGenerated; NSString *password = nil, *loginName = [site resolveLoginUsingKey:key]; MPResultType transientType = [[MPiOSAppDelegate get] activeUserInContext:context].defaultType?: MPAlgorithmDefault.defaultType; diff --git a/public/site/2013-05/How It Works.pdf b/public/site/2013-05/How It Works.pdf new file mode 100644 index 00000000..26112575 Binary files /dev/null and b/public/site/2013-05/How It Works.pdf differ diff --git a/public/site/2013-05/Primer On Passwords.pdf b/public/site/2013-05/Primer On Passwords.pdf new file mode 100644 index 00000000..fa06e672 Binary files /dev/null and b/public/site/2013-05/Primer On Passwords.pdf differ