chore: Fix build issue
This commit is contained in:
parent
8101fa42bd
commit
b74aa5df61
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@
|
|||
icon="arrow-chevron-right"
|
||||
@click="submit"
|
||||
/>
|
||||
<p v-dompurify-html="termsLink" class="accept--terms"></p>
|
||||
<p v-dompurify-html="termsLink" class="accept--terms" />
|
||||
</form>
|
||||
<div class="column text-center auth--footer">
|
||||
<span>{{ $t('REGISTER.HAVE_AN_ACCOUNT') }}</span>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
@input="onChange"
|
||||
@blur="onBlur"
|
||||
/>
|
||||
<p v-if="helpText" class="help-text"></p>
|
||||
<p v-if="helpText" class="help-text" />
|
||||
<span v-if="error" class="message">
|
||||
{{ error }}
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue