|
@@ -201,7 +201,7 @@ const emits = defineEmits(['checkVerificationCode']);
|
|
|
let code = ''
|
|
|
|
|
|
const checkVerificationCode = () => {
|
|
|
- if (code !== verificationCode.value) {
|
|
|
+ if (code !== verificationCode.value.toLowerCase()) {
|
|
|
showToast({
|
|
|
message: lang[prprs.langType].verificationCodeError,
|
|
|
type: 'fail',
|