Add birthdate handling in member registration and management. Update UI to conditionally require birthdate for new members, and enhance API to enforce birthdate validation. Improve tests to cover new birthdate requirements.
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 57s
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 57s
This commit is contained in:
@@ -306,7 +306,8 @@ const formData = ref({
|
||||
const visibility = ref({
|
||||
showEmail: true,
|
||||
showPhone: true,
|
||||
showAddress: false
|
||||
showAddress: false,
|
||||
showBirthday: true
|
||||
})
|
||||
|
||||
const passwordData = ref({
|
||||
|
||||
Reference in New Issue
Block a user