Log out active user and key when user is changed or deleted or unset.
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
UITableViewCell *cell = [self tableView:tableView cellForRowAtIndexPath:indexPath];
|
||||
if (cell == self.signOutCell) {
|
||||
[self dismissPopup];
|
||||
[[MPiOSAppDelegate get] signOutAnimated:YES];
|
||||
[[MPiOSAppDelegate get] signOut];
|
||||
}
|
||||
|
||||
if (cell == self.feedbackCell)
|
||||
|
Reference in New Issue
Block a user