Add documentation PDFs.
This commit is contained in:
parent
2dc3636b26
commit
9db855c7fb
@ -572,7 +572,6 @@
|
|||||||
|
|
||||||
// Calculate Fields
|
// Calculate Fields
|
||||||
if (![MPiOSAppDelegate managedObjectContextPerformBlock:^(NSManagedObjectContext *context) {
|
if (![MPiOSAppDelegate managedObjectContextPerformBlock:^(NSManagedObjectContext *context) {
|
||||||
MPSiteEntity *site = [self siteInContext:context];
|
|
||||||
MPKey *key = [MPiOSAppDelegate get].key;
|
MPKey *key = [MPiOSAppDelegate get].key;
|
||||||
if (!key) {
|
if (!key) {
|
||||||
wrn( @"Could not load cell content: key unavailable." );
|
wrn( @"Could not load cell content: key unavailable." );
|
||||||
@ -583,6 +582,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MPSiteEntity *site = [self siteInContext:context];
|
||||||
BOOL loginGenerated = site.loginGenerated;
|
BOOL loginGenerated = site.loginGenerated;
|
||||||
NSString *password = nil, *loginName = [site resolveLoginUsingKey:key];
|
NSString *password = nil, *loginName = [site resolveLoginUsingKey:key];
|
||||||
MPResultType transientType = [[MPiOSAppDelegate get] activeUserInContext:context].defaultType?: MPAlgorithmDefault.defaultType;
|
MPResultType transientType = [[MPiOSAppDelegate get] activeUserInContext:context].defaultType?: MPAlgorithmDefault.defaultType;
|
||||||
|
BIN
public/site/2013-05/How It Works.pdf
Normal file
BIN
public/site/2013-05/How It Works.pdf
Normal file
Binary file not shown.
BIN
public/site/2013-05/Primer On Passwords.pdf
Normal file
BIN
public/site/2013-05/Primer On Passwords.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user