Skip to content

Commit

Permalink
Update Projects/Features/SignUp/Sources/AuthSignUp/AuthPhoneInput/Aut…
Browse files Browse the repository at this point in the history
…hPhoneIntent.swift

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
jisu15-kim and coderabbitai[bot] authored Oct 9, 2024
1 parent ba8196e commit 082d264
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extension AuthPhoneInputIntent: AuthPhoneInputIntent.Intentable {
func task() async {}

// content
func onTapNextButton(with Phone: String) {
func onTapNextButton(with phone: String) {
model?.setLoading(status: true)
Task {
await requestSendSMS(phone: Phone)
Expand Down

0 comments on commit 082d264

Please sign in to comment.