Clean Code RegisterForm

This commit is contained in:
PascalMarchesseault
2024-08-06 01:47:55 -04:00
parent fa59c313aa
commit dc406f5953

View File

@@ -109,7 +109,6 @@ const userName = ref('');
const showPassword = ref(false);
const errorDialog = ref(false);
const errorMessage = ref('');
const emailError = ref(false);
const emailErrorMessage = ref('');