mirror of
https://github.com/coder/code-server.git
synced 2025-07-30 21:45:08 +08:00
Fix login submission when using a base path
This commit is contained in:
@ -101,7 +101,7 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form class="login-form" action="/login" method="post">
|
<form class="login-form" method="post">
|
||||||
<h4 class="title">code-server</h4>
|
<h4 class="title">code-server</h4>
|
||||||
<h2 class="subtitle">
|
<h2 class="subtitle">
|
||||||
Enter server password
|
Enter server password
|
||||||
|
Reference in New Issue
Block a user