Email confirmed opposite behavior

Hello,
I have an unexpected behavior when confirming the email after the sign up, the confirmed email does not react as it should
The User table has an email confirmation field
When signing up, I send a confirmation email via SendGrid containing a link that generates a random code that once clicked sends the user to the email confirmation page which on loading triggers a make change to User > email confirm = yes
Except that when the user connects, the debugger indicates that the email confirm field is no whereas in the DB it is yes
Do you have any idea how to fix this ?
Thanks for your help

app_data


This topic was automatically closed after 70 days. New replies are no longer allowed.