Fix first time login 404

0.4-beta
mkk 2015-07-20 10:56:39 +08:00
parent 59f04e8288
commit 39969ddfed
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<body> <body>
<h2>Oauth login</h2> <h2>Oauth login</h2>
<form action="${contextPath}/login.do" method="post"> <form action="${pageContext.request.contextPath}/login.do" method="post">
<label for="username">Username:</label> <label for="username">Username:</label>
<input type="text" id="username" name="j_username" value="" required="required"/> <input type="text" id="username" name="j_username" value="" required="required"/>