Documents with emailConfirmed: false
and a non-null emailConfirmedAt
#208
Labels
bug
Something isn't working
full stack
Requires work on both the front and back ends of the application
Describe the bug
There are some documents on the database with a non-null
emailConfirmedAt
attribute but withemailConfirmed: false
.To Reproduce
Not sure why it happens, it needs to be investigated.
Expected behavior
If the email is not confirmed (i.e. if
emailConfirmed: false
),emailConfirmedAt
must benull
.The text was updated successfully, but these errors were encountered: