mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Fix login submission when using a base path
This commit is contained in:
parent
950bfce420
commit
dde683d911
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<form class="login-form" action="/login" method="post">
|
||||
<form class="login-form" method="post">
|
||||
<h4 class="title">code-server</h4>
|
||||
<h2 class="subtitle">
|
||||
Enter server password
|
||||
|
|
|
|||
Loading…
Reference in a new issue