We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
im trying to call .setConsent() after user logs in.
.setConsent()
but if the user already loggedin and opened any other page not through the login page the consent is not remembered
is this suppose to happen?
cuz based on my reading of the documentation its said it will be remembered but its not in my case
the only way for it to work if I put it in a layout that is always loaded on each page but I'm not sure if this is the best approach
so any help would be appreciated
thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
im trying to call
.setConsent()
after user logs in.but if the user already loggedin and opened any other page not through the login page the consent is not remembered
is this suppose to happen?
cuz based on my reading of the documentation its said it will be remembered but its not in my case
the only way for it to work if I put it in a layout that is always loaded on each page but I'm not sure if this is the best approach
so any help would be appreciated
thanks
The text was updated successfully, but these errors were encountered: