fix: length code valid
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
const handleConfirmRegister = async() => {
|
||||
msgError.value = '';
|
||||
msgSuccess.value = '';
|
||||
if(form.code.length < 6) {
|
||||
if(form.code.length < 2) {
|
||||
msgError.value = t('errors.code');
|
||||
clearMessages();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user