Skip to content

Commit

Permalink
[Fix] fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
jisu15-kim committed Oct 9, 2024
1 parent ff5fc4c commit 8ce392d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extension AuthPhoneInputIntent: AuthPhoneInputIntent.Intentable {
func onTapNextButton(with phone: String) {
model?.setLoading(status: true)
Task {
await requestSendSMS(phone: Phone)
await requestSendSMS(phone: phone)
}
}

Expand Down

0 comments on commit 8ce392d

Please sign in to comment.