fix: added logic for password requirements on signup (#230)

Co-authored-by: deveshanim3 <deveshsingh6986@gmail.com>
Co-committed-by: deveshanim3 <deveshsingh6986@gmail.com>
This commit is contained in:
deveshanim3
2026-04-17 19:43:27 +00:00
committed by hodlbod
parent fdb604e350
commit 56edad77a8
+3
View File
@@ -134,6 +134,9 @@
<input type="password" bind:value={password} />
</label>
{/snippet}
{#snippet info()}
Must be at least 12 characters long.
{/snippet}
</FieldInline>
</ModalBody>
<ModalFooter>