You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Email validation in dcli sync seems to be too restrictive, so that legitimate emails (including my login email) are deemed invalid by the cli.
To Reproduce
Steps to reproduce the behavior:
In terminal command: dcli sync $ ? Please enter your email address:
Respond with: bob@company.health >> Not a valid email address
Expected behavior
For the email with a .health suffix to be recognised.
Environment:
OS: MacOS
Version: Ventura 13.5
The text was updated successfully, but these errors were encountered:
Describe the bug
Email validation in
dcli sync
seems to be too restrictive, so that legitimate emails (including my login email) are deemed invalid by the cli.To Reproduce
Steps to reproduce the behavior:
dcli sync
$ ? Please enter your email address:
bob@company.health
>> Not a valid email address
Expected behavior
For the email with a
.health
suffix to be recognised.Environment:
The text was updated successfully, but these errors were encountered: