We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6405764 commit d8b9be0Copy full SHA for d8b9be0
.gitignore
@@ -1 +1,3 @@
1
fastapi-react
2
+node_modules/
3
+package-lock.json
{{cookiecutter.project_slug}}/frontend/src/views/Login.tsx
@@ -126,6 +126,16 @@ export const Login: FC = () => {
126
</Grid>
127
128
<Grid container justify="center" className={classes.marginTop}>
129
+ {' '}
130
+ <Button
131
+ variant="outlined"
132
+ color="primary"
133
+ className={classes.button}
134
+ onClick={() => history.push('/signup')}
135
+ >
136
+ Sign Up
137
+ </Button>{' '}
138
+
139
<Button
140
variant="outlined"
141
color="primary"
0 commit comments