File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
java/team/aliens/dms/android/feature Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,10 @@ fun AccountVerificationScreen(
7979 message = context.getString(R .string.reset_password_account_verification_account_id_does_not_exist),
8080 )
8181
82+ ResetPasswordSideEffect .EmailVerificationTooManyRequest -> toast.showErrorToast(
83+ message = context.getString(R .string.reset_password_account_verification_error_too_many_request)
84+ )
85+
8286 ResetPasswordSideEffect .SendEmailVerificationCodeSuccess -> navigator.openResetPasswordEnterEmailVerificationCode()
8387
8488 else -> { /* explicit blank */
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ internal fun SignUpEnterEmailVerificationCodeScreen(
102102 )
103103
104104 SignUpSideEffect .EmailVerificationTooManyRequest -> toast.showErrorToast(
105- message = context.getString(R .string.sign_up_enter_email_verification_code_error_too_many_request )
105+ message = context.getString(R .string.reset_password_account_verification_error_too_many_request )
106106 )
107107
108108 SignUpSideEffect .EmailVerificationSessionReset -> {
Original file line number Diff line number Diff line change 376376 <string name =" reset_password_account_verification_identification_verification" >본인확인 인증</string >
377377 <string name =" reset_password_account_verification_success_account_id_matches_email" >아이디와 일치하는 이메일입니다</string >
378378 <string name =" reset_password_account_verification_enter_account_id_invalid_format" >아이디 형식이 일치하지 않습니다.</string >
379+ <string name =" reset_password_account_verification_error_too_many_request" >요청이 너무 많습니다 잠시 후 다시 시도해주세요</string >
379380 <string name =" reset_password_account_verification_enter_student_name" >이름 입력</string >
380381 <string name =" reset_password_account_verification_enter_email" >이메일 입력</string >
381382 <string name =" reset_password_set_password_password_success_changed" >비밀번호가 변경되었습니다.</string >
You can’t perform that action at this time.
0 commit comments