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
taskpad/ui/public/index.html
Lines 32 to 35 in 95c65f9
Since this is a static HTML file, not a gin tmpl the executed javascript code is:
tmpl
window.AUTH0_DOMAIN = {{ .AUTH0_DOMAIN }}; window.AUTH0_CLIENT_ID = {{ .AUTH0_CLIENT_ID }}; window.AUTH0_AUDIENCE = {{ .AUTH0_AUDIENCE }}; window.AUTH0_CALLBACK = {{ .AUTH0_CALLBACK }};
Have you been able to figure out how to pass data from gin to React?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
taskpad/ui/public/index.html
Lines 32 to 35 in 95c65f9
Since this is a static HTML file, not a gin
tmpl
the executed javascript code is:Have you been able to figure out how to pass data from gin to React?
The text was updated successfully, but these errors were encountered: