Skip to content
This repository was archived by the owner on Feb 2, 2019. It is now read-only.

Commit 63c0ce8

Browse files
committed
Revert "Merge branch 'master' into feature/sidebar"
This reverts commit 160aca3, reversing changes made to 1cac599.
1 parent 160aca3 commit 63c0ce8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Research Kernel's Frontend
55

6-
We at Research Kernel are working on **React.js** for developing UI for Frontend with **Ant Design** as a UI design language.
6+
We at Research Kernel are working on **React.js** for developing UI for Frontend with **Ant Deisng** as a UI design language.
77

88
## What this Organisation do ?
99

src/views/login/Login.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { Component } from "react";
22
import { login } from "./../../_actions/auth.action";
33
import { Link } from "react-router-dom";
44
import { connect } from "react-redux";
5-
import { Form, Icon, Input } from 'antd';
5+
import { Form, Icon, Button, Checkbox, Input } from 'antd';
66
import {
77
StyledForm,
88
LoginButton,
@@ -59,6 +59,10 @@ class Login extends Component {
5959
onChange={this.handlePassword}
6060
/>
6161
</FormItem>
62+
{/* <FormItem>
63+
<Checkbox>Remember me</Checkbox>
64+
<Forgot><a href="">Forgot password</a></Forgot>
65+
</FormItem> */}
6266
<FormItem>
6367
<LoginButton type="primary" htmlType="submit">
6468
Sign In

src/views/login/login.style.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import styled from "styled-components";
22
import { Form, Button } from 'antd';
33
import { Link } from "react-router-dom";
44

5+
const FormItem = Form.Item;
6+
57
export const LoginPage = styled.div`
68
margin-left: 35%;
79
margin-right: 35%;

0 commit comments

Comments
 (0)