|
|
|
|
@ -93,13 +93,13 @@
|
|
|
|
|
"sendVerificationCode": "${msg("sendSmsBtn")}",
|
|
|
|
|
"resendVerificationCode": "${msg("resendSmsBtn")}",
|
|
|
|
|
"second": "${msg("second")}",
|
|
|
|
|
"phoneNumberIsEmpty": "${msg("errorPhoneNumberIsEmpty")}",
|
|
|
|
|
"sendSmsCodeError": "${msg("errorSendSmsCodeInternalError")}",
|
|
|
|
|
"areaNotSupported": "${msg("errorPhoneAreaNotSupported")}",
|
|
|
|
|
"captchaNotCompleted": "${msg("errorCaptchaRequired")}",
|
|
|
|
|
"cannotGetConfig": "${msg("errorCannotGetConfig")}",
|
|
|
|
|
"userNotExists": "${msg("errorPhoneUserNotFound")}",
|
|
|
|
|
"sendVerificationError": "${msg("errorSendVerificationError")}"
|
|
|
|
|
"phoneNumberIsEmpty": "${msg("missingPhoneNumber")}",
|
|
|
|
|
"sendSmsCodeError": "${msg("cannotSendSmsCodeInternalError")}",
|
|
|
|
|
"areaNotSupported": "${msg("phoneAreaNotSupported")}",
|
|
|
|
|
"captchaNotCompleted": "${msg("captchaRequired")}",
|
|
|
|
|
"cannotGetConfig": "${msg("cannotGetCaptchaConfig")}",
|
|
|
|
|
"userNotExists": "${msg("phoneUserNotFound")}",
|
|
|
|
|
"sendVerificationError": "${msg("cannotSendSmsCode")}"
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<script type="module" src="${url.resourcesPath}/js/resetPasswordPhoneOrEmail.js"></script>
|
|
|
|
|
|