Skip to content

Commit

Permalink
chore: 로딩 인디케이터 제거
Browse files Browse the repository at this point in the history
없어도될듯
  • Loading branch information
JuTaK97 committed Oct 26, 2024
1 parent 30466c8 commit 58e632d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ fun ResetPasswordPage() {
fullEmail = state.fullEmail,
onRequestResend = {
scope.launch {
launchSuspendApi(apiOnProgress, apiOnError, loadingIndicatorTitle = context.getString(R.string.loading_indicator_message)) {
launchSuspendApi(apiOnProgress, apiOnError) {
viewModel.sendFullEmailAndRequestCode(state.fullEmail)
}
}
Expand Down

0 comments on commit 58e632d

Please sign in to comment.