Commit 71498192 authored by Liang Ding's avatar Liang Ding

🎨 改进初始化

parent c4795ced
...@@ -31,7 +31,7 @@ import org.b3log.solo.service.InitService; ...@@ -31,7 +31,7 @@ import org.b3log.solo.service.InitService;
* Checks initialization handler. * Checks initialization handler.
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.0.0.1, Nov 3, 2019 * @version 1.0.0.2, Dec 14, 2019
* @since 3.2.0 * @since 3.2.0
*/ */
public class InitCheckHandler implements Handler { public class InitCheckHandler implements Handler {
...@@ -67,7 +67,7 @@ public class InitCheckHandler implements Handler { ...@@ -67,7 +67,7 @@ public class InitCheckHandler implements Handler {
return; return;
} }
if (StringUtils.startsWith(requestURI, Latkes.getContextPath() + "/oauth/github")) { if (StringUtils.startsWith(requestURI, Latkes.getContextPath() + "/login/")) {
// Do initialization // Do initialization
context.handle(); context.handle();
......
This diff is collapsed.
...@@ -171,7 +171,7 @@ input[type=text]:focus { ...@@ -171,7 +171,7 @@ input[type=text]:focus {
/* start */ /* start */
.start { .start {
display: block; display: block;
margin: 20px auto 40px; margin: 20px auto 20px;
width: 280px; width: 280px;
text-align: center; text-align: center;
......
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