Skip to content

Commit

Permalink
♻️ :: [#75] LoginView / 필요없는 Task 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuunseo committed Nov 28, 2023
1 parent cc98091 commit 294df6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions App/Sources/Feature/LoginFeature/Sources/LoginView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ struct LoginView: View {
BitgouelButton(
text: "로그인",
action: {
Task {
viewModel.login()
}
viewModel.login()
}
)
.cornerRadius(8)
Expand Down

0 comments on commit 294df6a

Please sign in to comment.