Skip to content

Commit 16a5b75

Browse files
authored
Fix Yoma URL (#1231)
1 parent 8004f0e commit 16a5b75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

django_project/minisass_frontend/templates/react_base.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
const GOOGLE_ANALYTICS_TRACKING_CODE = "{{ GOOGLE_ANALYTICS_TRACKING_CODE }}";
3232
const PRIVACY_POLICY_VERSION = "{{ PRIVACY_POLICY_VERSION }}";
3333
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 }}");#}
34+
const YOMA_AUTH_URL = "{{ YOMA_AUTH_URL|safe }}";
3735
</script>
3836
</head>
3937

0 commit comments

Comments
 (0)