We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8004f0e commit 16a5b75Copy full SHA for 16a5b75
django_project/minisass_frontend/templates/react_base.html
@@ -31,9 +31,7 @@
31
const GOOGLE_ANALYTICS_TRACKING_CODE = "{{ GOOGLE_ANALYTICS_TRACKING_CODE }}";
32
const PRIVACY_POLICY_VERSION = "{{ PRIVACY_POLICY_VERSION }}";
33
const COUNTRIES_DICT = {{ COUNTRIES_DICT|safe }};
34
- {#const YOMA_AUTH_URL = "{{ YOMA_AUTH_URL }}";#}
35
- const YOMA_AUTH_URL = "https://stage.yoma.world/auth/realms/yoma/protocol/openid-connect/auth?client_id=mini-sass&redirect_uri=http://localhost:5000/authentication/api/yoma/callback/&response_type=code&scope=openid+email+profile+yoma-api+phone";
36
- {#console.log("{{ YOMA_AUTH_URL }}");#}
+ const YOMA_AUTH_URL = "{{ YOMA_AUTH_URL|safe }}";
37
</script>
38
</head>
39
0 commit comments