Always show register password hint

This commit is contained in:
IanShaw027
2026-04-21 10:15:53 -07:00
parent 287f2f56d6
commit 863258d782

View File

@@ -107,7 +107,7 @@
<Icon v-else name="eye" size="md" /> <Icon v-else name="eye" size="md" />
</button> </button>
</div> </div>
<p v-else class="input-hint"> <p class="input-hint">
{{ t('auth.passwordHint') }} {{ t('auth.passwordHint') }}
</p> </p>
</div> </div>