chore: Fix build issue

This commit is contained in:
iamsivin 2022-09-15 09:30:58 +05:30
parent 8101fa42bd
commit b74aa5df61
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>