fix(proxy-input): initAuth() 호출 추가 — 빈 페이지 수정

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-03-31 12:57:29 +09:00
parent b9e3b868bd
commit c9524d9958

View File

@@ -116,5 +116,6 @@
<script src="/static/js/tkfb-core.js?v=2026033001"></script> <script src="/static/js/tkfb-core.js?v=2026033001"></script>
<script src="/js/api-base.js?v=2026031701"></script> <script src="/js/api-base.js?v=2026031701"></script>
<script src="/js/proxy-input.js?v=2026033001"></script> <script src="/js/proxy-input.js?v=2026033001"></script>
<script>initAuth();</script>
</body> </body>
</html> </html>