Skip to content

Commit dde683d

Browse files
committed
Fix login submission when using a base path
1 parent 950bfce commit dde683d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/login/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
</style>
102102
</head>
103103
<body>
104-
<form class="login-form" action="/login" method="post">
104+
<form class="login-form" method="post">
105105
<h4 class="title">code-server</h4>
106106
<h2 class="subtitle">
107107
Enter server password

0 commit comments

Comments
 (0)