Skip to content

Commit fef619a

Browse files
committed
Fix incorrect login script src path
1 parent 0a2328c commit fef619a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/pages/login.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ <h1 class="main">Welcome to code-server</h1>
4747
</div>
4848
</body>
4949
<script data-cfasync="false" src="{{CS_STATIC_BASE}}/dist/register.js"></script>
50-
<script data-cfasync="false" src="{{CS_STATIC_BASE}}/dist/login.js"></script>
50+
<script data-cfasync="false" src="{{CS_STATIC_BASE}}/dist/pages/login.js"></script>
5151
</html>

0 commit comments

Comments
 (0)