Fix #487
parent
6dd3024693
commit
dea84ca4dc
|
@ -2,7 +2,10 @@
|
|||
<head>
|
||||
<!-- Powered by Shinobi, http://shinobi.video -->
|
||||
<% include blocks/header-title.ejs %>
|
||||
<% if(!window.libURL)window.libURL = originalURL + global.s.checkCorrectPathEnding(config.webPaths.home) %>
|
||||
<%
|
||||
if(config.baseURL)window.libURL = config.baseURL;
|
||||
if(!window.libURL)window.libURL = originalURL;
|
||||
%>
|
||||
<% include blocks/header-meta.ejs %>
|
||||
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
@ -51,7 +54,7 @@
|
|||
</div>
|
||||
<div class="card-body">
|
||||
<div class="row dark">
|
||||
<form id="auth-form" action="/" method="post" style="display: block;">
|
||||
<form id="auth-form" method="post" style="display: block;">
|
||||
<div class="form-group">
|
||||
<input type="hidden" name="ke" id="ke" value="<%-$user.ke%>">
|
||||
<input type="hidden" name="id" id="uid" value="<%-$user.uid%>">
|
||||
|
|
Loading…
Reference in New Issue