mirror of
https://github.com/coder/code-server.git
synced 2025-07-29 21:12:58 +08:00
Fix incorrect login script src path
This commit is contained in:
@ -47,5 +47,5 @@
|
||||
</div>
|
||||
</body>
|
||||
<script data-cfasync="false" src="{{CS_STATIC_BASE}}/dist/register.js"></script>
|
||||
<script data-cfasync="false" src="{{CS_STATIC_BASE}}/dist/login.js"></script>
|
||||
<script data-cfasync="false" src="{{CS_STATIC_BASE}}/dist/pages/login.js"></script>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user