Fix comment.

This commit is contained in:
Yang Luo 2021-04-29 21:54:53 +08:00
parent 6dcece3990
commit fa2653c836
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,7 @@ import (
"github.com/astaxie/beego"
_ "github.com/go-sql-driver/mysql" // db = mysql
//_ "github.com/lib/pq" // db = postgres
//_ "github.com/lib/pq" // db = postgres
"xorm.io/xorm"
)

View File

@ -25,7 +25,6 @@ import {GithubLoginButton, GoogleLoginButton} from "react-social-login-buttons";
import QqLoginButton from "./QqLoginButton";
import i18next from "i18next";
import {authConfig} from "./Auth";
import {Helmet} from "react-helmet";
class LoginPage extends React.Component {
constructor(props) {