Skip to content

Commit

Permalink
login: clear it
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Mar 4, 2025
1 parent ddfc6f1 commit ed65a33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/landing/LandingLogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ const showEmail = ref(false);
const showCode = ref(false);
const showSuccess = ref(false);
const loadStatus = ref('');
const loadStatus = ref(String());
const emailAddress = ref('varunpatil@ucla.edu');
const emailError = ref('');
const emailAddress = ref(String());
const emailError = ref(String());
const codeInput = ref('');
const codeError = ref('');
const codeInput = ref(String());
const codeError = ref(String());
const codeSubmit = ref(() => {});
/** Validate email and move to step 2 */
Expand Down

0 comments on commit ed65a33

Please sign in to comment.