Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
Login form is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Jun 26, 2019
1 parent cb186a4 commit a456bd0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 94 deletions.
3 changes: 1 addition & 2 deletions src/screens/drone.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { root } from "baobab-react/higher-order";
import tree from "config/state";
import client from "config/client";
import { drone } from "config/client/inject";
import { LoginForm, LoginError } from "screens/login/screens";
import { LoginError } from "screens/login/screens";
import Title from "./titles";
import Layout from "./layout";
import RedirectRoot from "./redirect";
Expand All @@ -27,7 +27,6 @@ class App extends Component {
<Title />
<Switch>
<Route path="/" exact={true} component={RedirectRoot} />
<Route path="/login/form" exact={true} component={LoginForm} />
<Route path="/login/error" exact={true} component={LoginError} />
<Route path="/" exact={false} component={Layout} />
</Switch>
Expand Down
21 changes: 0 additions & 21 deletions src/screens/login/screens/form/index.js

This file was deleted.

69 changes: 0 additions & 69 deletions src/screens/login/screens/form/index.less

This file was deleted.

3 changes: 1 addition & 2 deletions src/screens/login/screens/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import LoginForm from "./form";
import LoginError from "./error";

export { LoginForm, LoginError };
export { LoginError };

0 comments on commit a456bd0

Please sign in to comment.