Skip to content

Commit

Permalink
Merge branch 'master' into nha
Browse files Browse the repository at this point in the history
  • Loading branch information
dheeraj-p committed Oct 17, 2020
2 parents 224800b + 8c8a4f9 commit 0b5cc81
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions src/pages/LoginPage/LoginPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,11 @@ import InputLabel from '@material-ui/core/InputLabel';
import FormControl from '@material-ui/core/FormControl';
import _ from 'lodash';

function Copyright() {
return (
<Typography variant="body2" color="textSecondary" align="center">
{'Copyright © '}
{new Date().getFullYear()}
{' - '}
<Link color="inherit" href=".">
NCG
</Link>
</Typography>
);
}

function SupportInformation() {
return (
<Container component="title" maxWidth="md">
<Typography component="h1" variant="h5" style={{textAlign: 'center'}}>
For login credentials please send email to <b>{SUPPORT_EMAIL}</b> with client id
For access please send an email to <b>{SUPPORT_EMAIL}</b> with your registered client id
</Typography>
</Container>
);
Expand Down Expand Up @@ -193,9 +180,6 @@ export default function SignIn({ onSignIn, error }) {
</Grid> */}
</form>
</div>
<Box mt={8}>
<Copyright />
</Box>
</Container>
</div>
);
Expand Down

0 comments on commit 0b5cc81

Please sign in to comment.