#ns 3 #2
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
GamBar/nail-studio!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#NS-3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Made the login and register, set up form and form inputs
Great work, I have requested small fixes, do them and we will be good for merge!
@ -0,0 +1,46 @@<script setup>Woudnt this break the id? we cant have spaces in IDs line:30
:for="$attrs.name"
@ -0,0 +1,28 @@<script setup>same as PasswordInput, we may be breaking the ids and names this way
remove this as name is set by binding attrs on line 16
@ -0,0 +1,55 @@<script setup>Same thing here, also on line 29 name is already handled by attrs
lets instead calculate the max from the rules const, maybe Object.keys().length
@ -0,0 +1,19 @@<script setup>here too
In this project we also commit the database, lets keep it clean and have only relevant entries, keep only one test user
Note to self: dont save the confirm password
Good job!