Skip to content

Commit

Permalink
fix: missing code validation label in signup form
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <i@ryanc.cc>
  • Loading branch information
ruibaby committed Feb 27, 2024
1 parent b176c49 commit 72685ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/signup/SignupForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ const sendVerifyCodeButtonText = computed(() => {
type="number"
name="code"
:placeholder="$t('core.signup.fields.verify_code.placeholder')"
:validation-label="$t('core.signup.fields.verify_code.placeholder')"
validation="required"
>
<template #suffix>
Expand Down

0 comments on commit 72685ba

Please sign in to comment.