Log out active user and key when user is changed or deleted or unset.
This commit is contained in:
@@ -776,7 +776,7 @@ referenceSizeForFooterInSection:(NSInteger)section {
|
||||
self.masterPasswordChoice = nil;
|
||||
|
||||
if (activeUserState != MPActiveUserStateMinimized && (!self.active || [MPiOSAppDelegate get].activeUserOID)) {
|
||||
[[MPiOSAppDelegate get] signOutAnimated:YES];
|
||||
[[MPiOSAppDelegate get] signOut];
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user