fix: signout does not work

This commit is contained in:
ihugo 2021-04-12 00:20:40 +08:00
parent 191370e712
commit b2b8b70707
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ extension SettingsViewController: UITableViewDelegate {
// logout
if indexPath.section == 3, indexPath.row == 2 {
if indexPath.section == 3, indexPath.row == 1 {
signout()
}
}