Commit be750f29 authored by Liang Ding's avatar Liang Ding

🐛 Fix #12434

parent 09166254
...@@ -10,7 +10,7 @@ ${loginLabel} ...@@ -10,7 +10,7 @@ ${loginLabel}
</label> </label>
<input id="userEmail" tabindex="1" /> <input id="userEmail" tabindex="1" />
<label for="userPassword"> <label for="userPassword">
${userPasswordLabel} <a href="/forgot">(${forgotLabel})</a> ${userPasswordLabel} <a href="${servePath}/forgot">(${forgotLabel})</a>
</label> </label>
<input type="password" id="userPassword" tabindex="2" /> <input type="password" id="userPassword" tabindex="2" />
<button onclick='login();'>${loginLabel}</button> <button onclick='login();'>${loginLabel}</button>
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</label> </label>
<input id="userEmail" tabindex="1" /> <input id="userEmail" tabindex="1" />
<label for="userPassword"> <label for="userPassword">
${userPasswordLabel} <a href="/forgot">(${forgotLabel})</a> ${userPasswordLabel} <a href="${servePath}/forgot">(${forgotLabel})</a>
</label> </label>
<input type="password" id="userPassword" tabindex="2" /> <input type="password" id="userPassword" tabindex="2" />
<button onclick='login();'>${loginLabel}</button> <button onclick='login();'>${loginLabel}</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment