mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
moving smapi soap related classes into smapi.ts
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<div id="content">
|
||||
<h1>Log in to <%= it.bonobService.name %></h1>
|
||||
<form action="/login" method="POST">
|
||||
<form action="<%= it.loginRoute %>" method="POST">
|
||||
<label for="username">Username:</label><input type="text" id="username" name="username"><br>
|
||||
<label for="password">Password:</label><input type="text" id="password" name="password"><br>
|
||||
<input type="hidden" name="linkCode" value="<%= it.linkCode %>">
|
||||
|
||||
Reference in New Issue
Block a user