Skip to content

Commit

Permalink
forgot password to login
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Feb 13, 2018
1 parent 64d4fe2 commit c0a11fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 6 additions & 1 deletion renderer/pages/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import Page from './../layouts/page'
import Row from './../ui/row'
import Input from './../ui/input'
import Button from './../ui/button'
import ButtonLink from './../ui/button-link'

// Services
import api from './../services/api'
Expand Down Expand Up @@ -94,6 +95,10 @@ class Login extends Component {

<Button type="submit">Login</Button>
</form>

<ButtonLink href="/" color="dark">
Forgot password?
</ButtonLink>
</section>
</Row>

Expand All @@ -103,7 +108,7 @@ class Login extends Component {
flex-direction: column;
min-height: 580px;
justify-content: space-between;
padding-top: 170px;
padding-top: 130px;
padding-bottom: 30px;
}
Expand Down
4 changes: 0 additions & 4 deletions renderer/pages/signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import Page from './../layouts/page'
import Row from './../ui/row'
import Input from './../ui/input'
import Button from './../ui/button'
import ButtonLink from './../ui/button-link'

// Services
import api from './../services/api'
Expand Down Expand Up @@ -124,9 +123,6 @@ class Signup extends Component {

<Button type="submit">Signup</Button>
</form>
<ButtonLink href="/" color="dark">
Forgot password?
</ButtonLink>
</section>
</Row>

Expand Down

0 comments on commit c0a11fb

Please sign in to comment.