Skip to content

Commit

Permalink
Merge branch 'api-working' of https://github.com/SELab-2/UGent-1 into…
Browse files Browse the repository at this point in the history
… api-working
  • Loading branch information
PJDeSmijter committed Mar 12, 2024
2 parents 31fd002 + a4268fd commit 67168cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ lint:
docker exec pigeonhole-backend flake8 .
docker exec pigeonhole-frontend npm run lint

superuser:
docker exec -it pigeonhole-backend python manage.py createsuperuser

reset:
docker image prune -af
docker system prune

backendtest:
docker exec -it pigeonhole-backend sh /usr/src/app/backend/runtests.sh

Expand Down
4 changes: 2 additions & 2 deletions frontend/src/app/components/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const LoginForm = () => {
return (
<div>
<TextField
label="Email"
autoComplete="email"
label="Username"
autoComplete="username"
value={username}
onChange={(e) => setUsername(e.target.value)}
fullWidth
Expand Down

0 comments on commit 67168cb

Please sign in to comment.