Describe the bug
When you don't have any users with a verified email and you try to log in, config.contact.email does not exist.
|
<div v-if="ready.config && config.contact.email"> |
One possible way to handle it might be to make it optional
<div v-if="ready.config && config?.contact?.email">
Once that was in place I was given the option to resend the verification email.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Windows 11 pro 22H2
- Browser: Brave
- Version: Version 1.60.118 Chromium: 119.0.6045.163 (Official Build) (64-bit)](https://brave.com/latest/)
Smartphone (please complete the following information):
N/A
Additional context
Add any other context about the problem here.
Describe the bug
When you don't have any users with a verified email and you try to log in,
config.contact.emaildoes not exist.SongDrive/src/partials/UserUnverified.vue
Line 9 in d98619e
One possible way to handle it might be to make it optional
Once that was in place I was given the option to resend the verification email.
config.contact.emailScreenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
Add any other context about the problem here.