회원탈퇴 페이지 추가

This commit is contained in:
Yu Sung
2023-08-10 22:57:41 +09:00
parent dbeb15ba17
commit c91301e658
8 changed files with 261 additions and 1 deletions

View File

@@ -181,6 +181,7 @@ struct SettingsView: View {
.underline()
.padding(.vertical, 26.7)
.onTapGesture {
AppState.shared.setAppStep(step: .signOut)
}
}
}