sso url 하드코딩 수정

This commit is contained in:
kyy
2026-01-16 14:01:01 +09:00
parent c7af13f749
commit 3f403e53ce
4 changed files with 14 additions and 5 deletions

View File

@@ -69,6 +69,10 @@
</main>
</div>
<script>
// Pass the SSO URL from the server (via the template) to the client-side JS
const ssoUrl = '<%= ssoUrl %>';
</script>
<script src="/js/sso.js"></script>
</body>
</html>