-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No confirm action alert #1431
Comments
mid term: implement that: #1350 short term: what is in data.privacy now? we need to change the test to it triggers if the form was filled but not if coming back from the click confirm in the email |
For LC, with implicit:true, data .privacy is null |
so should work, try and then go on the page with proca_go=Share to see if it isn't triggered |
Short term: 21ee683 |
The "Please check email and confirm action" snack is not working anymore for some cases.
Example (LC):
"consent": {
"email": {
"confirmAction": true
},
"implicit": true
},
It is because when action is taken the data.privacy is null, the code:
proca/src/components/layout/PreviousStepConfirm.js
Line 29 in 9945c20
The text was updated successfully, but these errors were encountered: