Add auth folder.

This commit is contained in:
Yang Luo
2021-02-14 14:34:03 +08:00
parent 40587f35e3
commit 001496b90f
11 changed files with 42 additions and 46 deletions

View File

@ -27,12 +27,12 @@ import ProviderListPage from "./ProviderListPage";
import ProviderEditPage from "./ProviderEditPage";
import ApplicationListPage from "./ApplicationListPage";
import ApplicationEditPage from "./ApplicationEditPage";
import Face from "./Face";
import AccountPage from "./account/AccountPage";
import LoginPage from "./account/LoginPage";
import HomePage from "./basic/HomePage";
import CustomGithubCorner from "./CustomGithubCorner";
import AuthCallback from "./common/AuthCallback";
import Face from "./auth/Face";
import AuthCallback from "./auth/AuthCallback";
const { Header, Footer } = Layout;
@ -46,7 +46,6 @@ class App extends Component {
};
Setting.initServerUrl();
Setting.initClientUrl();
}
componentWillMount() {