diff --git a/frontend/src/page/Login.jsx b/frontend/src/page/Login.jsx index 058c4b7..d9e444e 100644 --- a/frontend/src/page/Login.jsx +++ b/frontend/src/page/Login.jsx @@ -106,7 +106,7 @@ const SignIn = (props) => { if (loading) { return ; } - + return (
@@ -118,7 +118,7 @@ const SignIn = (props) => {
zid - setZid(e.target.value)} /> + setZid(e.target.value)} /> zpass @@ -165,4 +165,4 @@ SignIn.propTypes = { classes: PropTypes.object.isRequired, }; -export default withStyles(styles)(SignIn); \ No newline at end of file +export default withStyles(styles)(SignIn);