fix: signout does not work
This commit is contained in:
parent
191370e712
commit
b2b8b70707
|
@ -283,7 +283,7 @@ extension SettingsViewController: UITableViewDelegate {
|
|||
|
||||
|
||||
// logout
|
||||
if indexPath.section == 3, indexPath.row == 2 {
|
||||
if indexPath.section == 3, indexPath.row == 1 {
|
||||
signout()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue