Clean Code RegisterForm
This commit is contained in:
@@ -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('');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user