返回提交历史
Modified
static/webui/index.html
+1
-1
XFEstudio/SpaceNinjaServer
chore(webui): clarify what credentials are required (#902)
Reviewed-on: http://209.141.38.3/OpenWF/SpaceNinjaServer/pulls/902
1351e739
代码差异
1 个文件
+1
-1
@@ -73,7 +73,7 @@
73
73
</div>
74
74
<div class="w-100">
75
75
<div data-route="/webui/" data-title="Login | OpenWF WebUI">
76
<p>Login using your OpenWF account credentials.</p>
76
<p>Login using your OpenWF account credentials (same as in-game when connecting to this server).</p>
77
77
<form onsubmit="doLogin();return false;">
78
78
<label for="email">Email address</label>
79
79
<input class="form-control" type="email" id="email" required />